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

fix strict-transport-security #513

Merged
merged 1 commit into from
Nov 27, 2024
Merged

fix strict-transport-security #513

merged 1 commit into from
Nov 27, 2024

Conversation

lovettchris
Copy link
Member

@lovettchris lovettchris commented Nov 26, 2024

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security

Github already enables this, but we had some "http://" links in our markdown that needed fixing also.

To resolve the issue of the missing strict-transport-security HTTP header on your GitHub Pages site, follow these steps:

  1. Ensure that HTTPS is enforced for your GitHub Pages site. You can do this by navigating to your repository settings, under the "Code and automation" section, then "Pages," and selecting "Enforce HTTPS."
  2. Check your site's assets for mixed content and ensure that all resources (images, CSS, JavaScript) are served over HTTPS by changing http:// to https://.

For more details, refer to the Securing your GitHub Pages site with HTTPS documentation. If you have custom domain configurations, make sure your DNS settings are correctly set up as described in the Troubleshooting custom domains and GitHub Pages documentation.

@pdeligia pdeligia merged commit 73a71a3 into main Nov 27, 2024
7 checks passed
@pdeligia pdeligia deleted the clovett/fix_https branch November 27, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants