morgan pushed to branch tor-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/000-tor-browser.js
    ... ... @@ -52,9 +52,8 @@ pref("network.http.connection-retry-timeout", 0);
    52 52
     // be reduced to the strictly required time).
    
    53 53
     pref("extensions.torbutton.use_nontor_proxy", false);
    
    54 54
     
    
    55
    -// tor-browser#42647: Make OS HTTP User-Agent OS spoofing configurable by pref
    
    56
    -// TODO: flip to false when we're happy this is not a privacy issue
    
    57
    -pref("privacy.resistFingerprinting.spoofOsInUserAgentHeader", true);
    
    55
    +// tor-browser#43170: Disable user-agent spoofing in HTTP header
    
    56
    +pref("privacy.resistFingerprinting.spoofOsInUserAgentHeader", false);
    
    58 57
     
    
    59 58
     // Browser home page:
    
    60 59
     pref("browser.startup.homepage", "about:tor");