[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.9.0esr-12.5-1] fixup! Firefox preference overrides.
Richard Pospesel (@richard)
git at gitlab.torproject.org
Tue Mar 21 12:39:28 UTC 2023
Richard Pospesel pushed to branch tor-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
a7769330 by Pier Angelo Vendrame at 2023-03-20T18:58:51+01:00
fixup! Firefox preference overrides.
Bug 41683: Disable the network process on Windows
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -429,6 +429,14 @@ pref("captivedetect.canonicalURL", "");
// See tor-browser#18801.
pref("dom.push.serverURL", "");
+#ifdef XP_WIN
+// tor-browser#41683: Disable the network process on Windows
+// Mozilla already disables the network process for HTTP.
+// With this preference, we completely disable it, because we found that it
+// breaks stuff with mingw. See also tor-browser#41489.
+pref("network.process.enabled", false);
+#endif
+
// Extension support
pref("extensions.autoDisableScopes", 0);
pref("extensions.databaseSchema", 3);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a776933052a375839c0c8beda2e1cb9bcc6ac2b0
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a776933052a375839c0c8beda2e1cb9bcc6ac2b0
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/tbb-commits/attachments/20230321/d3370f56/attachment.htm>
More information about the tbb-commits
mailing list