Created
February 28, 2023 13:54
-
-
Save nikola0203/df8773ad0e91aa42c4bc06265750d0c7 to your computer and use it in GitHub Desktop.
Enable Strict Transport Security in Apache .htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_headers.c> | |
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment