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
1 changed file:
Changes:
... | ... | @@ -404,6 +404,14 @@ pref("captivedetect.canonicalURL", ""); |
404 | 404 | // See tor-browser#18801.
|
405 | 405 | pref("dom.push.serverURL", "");
|
406 | 406 | |
407 | +#ifdef XP_WIN
|
|
408 | +// tor-browser#41683: Disable the network process on Windows
|
|
409 | +// Mozilla already disables the network process for HTTP.
|
|
410 | +// With this preference, we completely disable it, because we found that it
|
|
411 | +// breaks stuff with mingw. See also tor-browser#41489.
|
|
412 | +pref("network.process.enabled", false);
|
|
413 | +#endif
|
|
414 | + |
|
407 | 415 | // Extension support
|
408 | 416 | pref("extensions.autoDisableScopes", 0);
|
409 | 417 | pref("extensions.databaseSchema", 3);
|