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
1 changed file:
Changes:
... | ... | @@ -429,6 +429,14 @@ pref("captivedetect.canonicalURL", ""); |
429 | 429 | // See tor-browser#18801.
|
430 | 430 | pref("dom.push.serverURL", "");
|
431 | 431 | |
432 | +#ifdef XP_WIN
|
|
433 | +// tor-browser#41683: Disable the network process on Windows
|
|
434 | +// Mozilla already disables the network process for HTTP.
|
|
435 | +// With this preference, we completely disable it, because we found that it
|
|
436 | +// breaks stuff with mingw. See also tor-browser#41489.
|
|
437 | +pref("network.process.enabled", false);
|
|
438 | +#endif
|
|
439 | + |
|
432 | 440 | // Extension support
|
433 | 441 | pref("extensions.autoDisableScopes", 0);
|
434 | 442 | pref("extensions.databaseSchema", 3);
|