Created
September 14, 2016 11:42
-
-
Save benhuson/baf0dc6e440e0175bb89508e73263da1 to your computer and use it in GitHub Desktop.
Disable HTTP Strict Transport Security (HSTS) in .htaccess
This file contains hidden or 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 set Strict-Transport-Security "max-age=0; includeSubDomains; preload" env=HTTPS | |
</IfModule> |
Sorry, no 😞
Worked for me in Chrome perfectly
Fucked up my SSL cert got forced HSTS + redirects but now it works without redirects and forcing HSTS
https://npfolio.ga/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there. Doesn't have any effect on Chrome / Chromium on Linux / 64 bit, any chance you've found a new method ?