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

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



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • cc1f52a5
    by Pier Angelo Vendrame at 2024-10-23T14:32:55+02:00
    fixup! Firefox preference overrides.
    
    Bug 42125: Set and lock privacy.resistFingerprinting.exemptedDomains.
    
    The rationale for locking this is consistency with RFP.
    
    Also, set privacy.resistFingerprinting.randomDataOnCanvasExtract as a
    countermesure to some wrong guides.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -385,10 +385,18 @@ pref("dom.push.serverURL", "");
    385 385
     
    
    386 386
     // Fingerprinting
    
    387 387
     // tor-browser#41797: For release builds, lock RFP
    
    388
    +// tor-browser#42125: Set (and lock in release) also exempted domains.
    
    388 389
     #if MOZ_UPDATE_CHANNEL == release
    
    389 390
     pref("privacy.resistFingerprinting", true, locked);
    
    391
    +pref("privacy.resistFingerprinting.exemptedDomains", "", locked);
    
    392
    +// tor-browser#42125: Some misleading guides suggest to set this to false, but
    
    393
    +// the result would be that the canvas is completely white
    
    394
    +// (see StaticPrefList.yaml), so lock it to true.
    
    395
    +// Might be removed (MozBug 1670447).
    
    396
    +pref("privacy.resistFingerprinting.randomDataOnCanvasExtract", true, locked);
    
    390 397
     #else
    
    391 398
     pref("privacy.resistFingerprinting", true);
    
    399
    +pref("privacy.resistFingerprinting.exemptedDomains", "");
    
    392 400
     #endif
    
    393 401
     // tor-browser#18603: failIfMajorPerformanceCaveat is an optional attribute that
    
    394 402
     // can be used when creating a WebGL context if the browser detects that the
    

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