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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] fixup! Firefox preference overrides.



Title: GitLab

richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 3fbd7156
    by Pier Angelo Vendrame at 2023-08-29T08:48:14+02:00
    fixup! Firefox preference overrides.
    
    Bug 41797: Lock RFP in release builds
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -266,7 +266,12 @@ pref("dom.serviceWorkers.enabled", false);
    266 266
     pref("dom.push.enabled", false);
    
    267 267
     
    
    268 268
     // Fingerprinting
    
    269
    +// tor-browser#41797: For release builds, lock RFP
    
    270
    +#if MOZ_UPDATE_CHANNEL == release
    
    271
    +pref("privacy.resistFingerprinting", true, locked);
    
    272
    +#else
    
    269 273
     pref("privacy.resistFingerprinting", true);
    
    274
    +#endif
    
    270 275
     // tor-browser#18603: failIfMajorPerformanceCaveat is an optional attribute that
    
    271 276
     // can be used when creating a WebGL context if the browser detects that the
    
    272 277
     // performance would be low. That could be used to fingerpting users with a not
    

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