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

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



Title: GitLab

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

Commits:

  • 5bb3b747
    by Pier Angelo Vendrame at 2024-02-28T11:26:08+01:00
    fixup! Firefox preference overrides.
    
    Bug 41676: Set privacy.resistFingerprinting.testing.setTZtoUTC as a
    defense-in-depth.
    
    We will have to revert this during the ESR-transition.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -407,6 +407,9 @@ pref("browser.display.use_system_colors", false);
    407 407
     // Enforce non-native widget theme (true by default, defense in depth).
    
    408 408
     // Provides a uniform look and feel across platforms. Added with tor-browser#41496.
    
    409 409
     pref("widget.non-native-theme.enabled", true);
    
    410
    +// tor-browser#41676: Set the TZ environment variable as a defense-in-depth.
    
    411
    +// TODO: Remove this in ESR-128, as it has been removed in 116 with Bug 1837582.
    
    412
    +pref("privacy.resistFingerprinting.testing.setTZtoUTC", true);
    
    410 413
     
    
    411 414
     // tor-browser#41943: lock and revisit after it gets flipped to true in stable Firefox
    
    412 415
     pref("_javascript_.options.spectre.disable_for_isolated_content", false, locked);
    

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