Skip to content
Snippets Groups Projects
Verified Commit a7769330 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 41683: Disable the network process on Windows
parent e5e872d6
No related branches found
No related tags found
1 merge request!589Bug 41683: Disable the network process on Windows
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment