Skip to content
Snippets Groups Projects
Verified Commit 112ee959 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Bug 43197: Disable automatic exception for HTTPS-First.
parent c7032d86
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ pref("dom.security.https_only_mode", true);
// The previous pref automatically sets this to true (see StaticPrefList.yaml),
// but set it anyway only as a defense-in-depth.
pref("dom.security.https_only_mode_pbm", true);
// tor-browser#43197, defense in depth if ever https-only got disabled
pref("dom.security.https_first_add_exception_on_failiure", false);
// tor-browser#22320: Hide referer when comming from a .onion address
// We enable this here (rather than in Tor Browser) in case users of other
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment