Last active
July 22, 2025 08:46
-
-
Save doggeddalle/4b0ed4d1823e70a423fec8334ab7bf4d to your computer and use it in GitHub Desktop.
Firefox Anti Cert Meddling (HSTS)
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
network.stricttransportsecurity.preloadlist false | |
Ignores the built‑in HSTS preload list. | |
security.cert_pinning.enforcement_level 0 | |
Turns off all pinning and HSTS enforcement. | |
(optional) | |
security.ssl.enable_ocsp_stapling false | |
Stops OCSP revocation checks. | |
Restart Firefox and reload the site. | |
— You should now get the “Accept the Risk” prompt. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment