Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use strict https in production #410

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Set Strict-Transport-Security header in production

    This will ensure that browsers automatically load the prototype over https, even if the `http://` prefix is typed into the URL bar.
    
    It does require `NODE_ENV` to be set to `production`, however many platforms such as Heroku will [set this by default](https://devcenter.heroku.com/changelog-items/688) for Node.js apps.
    
    Once this is set you can also submit the domain to https://hstspreload.org which will ensure the browsers at it to their list of domains to always use https on.
    frankieroberto committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9231bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5311296 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    frankieroberto committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6c0a9cc View commit details
    Browse the repository at this point in the history