Skip to content

Instantly share code, notes, and snippets.

@doggeddalle
Last active July 22, 2025 08:46
Show Gist options
  • Save doggeddalle/4b0ed4d1823e70a423fec8334ab7bf4d to your computer and use it in GitHub Desktop.
Save doggeddalle/4b0ed4d1823e70a423fec8334ab7bf4d to your computer and use it in GitHub Desktop.
Firefox Anti Cert Meddling (HSTS)
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