[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-102.10.0esr-12.0-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon May 8 08:18:30 UTC 2023
Pier Angelo Vendrame pushed to branch base-browser-102.10.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
476f17a6 by Pier Angelo Vendrame at 2023-05-08T10:18:22+02: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
=====================================
@@ -404,6 +404,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/476f17a6e78f6e9654bbc6853c7174ae7084dc93
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/476f17a6e78f6e9654bbc6853c7174ae7084dc93
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/20230508/ba540720/attachment.htm>
More information about the tbb-commits
mailing list