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

morgan (@morgan) git at gitlab.torproject.org
Mon Aug 12 17:39:31 UTC 2024



morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
12641461 by Pier Angelo Vendrame at 2024-08-12T17:38:04+00:00
fixup! Firefox preference overrides.

Bug 42814: Opt out from Firefox relay by default.

- - - - -


1 changed file:

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


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -320,6 +320,10 @@ pref("security.pki.crlite_mode", 0);
 
 // Disable website password breach alerts
 pref("signon.management.page.breach-alerts.enabled", false, locked);
+// tor-browser#42814: Opt out from Firefox relay by default.
+// Firefox would normally assign disabled when a user has been presented the
+// opportunity to use the service and opted out (see firefox.js).
+pref("signon.firefoxRelay.feature", "disabled");
 
 // Disable remote "password recipes". They are a way to improve the UX of the
 // password manager by havinc specific heuristics for some sites.



View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/126414619a74d20030d0b0f2b6d5c7f198a79db3

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/126414619a74d20030d0b0f2b6d5c7f198a79db3
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/20240812/060e4393/attachment.htm>


More information about the tor-commits mailing list