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

Commits:

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