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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Wed Sep 11 09:49:39 UTC 2024



Pier Angelo Vendrame pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
7f62dab3 by Henry Wilkes at 2024-09-11T11:49:25+02:00
fixup! Firefox preference overrides.

Bug 42653: Hide neterror reporting checkbox.

- - - - -
58b09ef5 by Henry Wilkes at 2024-09-11T11:49:26+02:00
fixup! Bug 42027: Base Browser migration procedures.

Bug 42653: Reset security.xfocsp.errorReporting.automatic.

- - - - -


2 changed files:

- browser/app/profile/001-base-profile.js
- browser/components/BrowserGlue.sys.mjs


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -212,6 +212,9 @@ pref("browser.tabs.crashReporting.sendReport", false);
 pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
 // Added in tor-browser#41496 even though false by default
 pref("browser.crashReports.unsubmittedCheck.enabled", false);
+// Disable checkbox in about:neterror that controls
+// security.xfocsp.errorReporting.automatic. See tor-browser#42653.
+pref("security.xfocsp.errorReporting.enabled", false);
 // Added in tor-browser#41496 even though it shuld be already always disabled
 // since we disable MOZ_CRASHREPORTER.
 pref("breakpad.reportURL", "data:");


=====================================
browser/components/BrowserGlue.sys.mjs
=====================================
@@ -4683,11 +4683,13 @@ BrowserGlue.prototype = {
   _migrateUIBB() {
     // Version 1: 13.0a3. Reset layout.css.prefers-color-scheme.content-override
     //            for tor-browser#41739.
-    // Version 2: 14.0a5:Reset the privacy tracking headers preferences since
+    // Version 2: 14.0a5: Reset the privacy tracking headers preferences since
     //            the UI is hidden. tor-browser#42777.
     //            Also, do not set
     //            dom.security.https_only_mode_send_http_background_request in
     //            the security level anymore (tor-browser#42149).
+    //            Also, reset security.xfocsp.errorReporting.automatic since we
+    //            hid its neterror checkbox. tor-browser#42653.
     const MIGRATION_VERSION = 2;
     const MIGRATION_PREF = "basebrowser.migration.version";
     // We do not care whether this is a new or old profile, since in version 1
@@ -4707,10 +4709,11 @@ BrowserGlue.prototype = {
         "privacy.donottrackheader.enabled",
         // Telemetry preference for if the user changed the value.
         "privacy.globalprivacycontrol.was_ever_enabled",
-        // The last two preferences have no corresponding UI, but are related.
+        // The next two preferences have no corresponding UI, but are related.
         "privacy.globalprivacycontrol.functionality.enabled",
         "privacy.globalprivacycontrol.pbmode.enabled",
         "dom.security.https_only_mode_send_http_background_request",
+        "security.xfocsp.errorReporting.automatic",
       ]) {
         Services.prefs.clearUserPref(prefName);
       }



View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/e5b3573bb13c56310f9fc9fd9a50daf72273ff1c...58b09ef569e1524ceadbeb82aa1bac9d58994289

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/e5b3573bb13c56310f9fc9fd9a50daf72273ff1c...58b09ef569e1524ceadbeb82aa1bac9d58994289
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/20240911/730649e6/attachment-0001.htm>


More information about the tor-commits mailing list