[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.3.0esr-14.0-1] fixup! Firefox preference overrides.

ma1 (@ma1) git at gitlab.torproject.org
Tue Oct 8 07:06:43 UTC 2024



ma1 pushed to branch base-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
905e6a95 by hackademix at 2024-10-08T09:06:30+02:00
fixup! Firefox preference overrides.

Bug 43197: Disable automatic exception for HTTPS-First.

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -120,6 +120,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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/905e6a95bec753735d500b6a898dbdeb7372d2c6

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/905e6a95bec753735d500b6a898dbdeb7372d2c6
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20241008/cc3adc4a/attachment-0001.htm>


More information about the tor-commits mailing list