Richard Pospesel pushed to branch base-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -433,6 +433,14 @@ pref("captivedetect.canonicalURL", "");
    433 433
     // See tor-browser#18801.
    
    434 434
     pref("dom.push.serverURL", "");
    
    435 435
     
    
    436
    +#ifdef XP_WIN
    
    437
    +// tor-browser#41683: Disable the network process on Windows
    
    438
    +// Mozilla already disables the network process for HTTP.
    
    439
    +// With this preference, we completely disable it, because we found that it
    
    440
    +// breaks stuff with mingw. See also tor-browser#41489.
    
    441
    +pref("network.process.enabled", false);
    
    442
    +#endif
    
    443
    +
    
    436 444
     // Extension support
    
    437 445
     pref("extensions.autoDisableScopes", 0);
    
    438 446
     pref("extensions.databaseSchema", 3);