[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.3.0esr-14.0-1] fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js



Title: GitLab

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

Commits:

  • ba2f51a4
    by Morgan at 2024-10-04T00:41:54+00:00
    fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js
    
    Bug 43170: Disable user-agent spoofing in HTTP header
    

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");
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits