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

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



Title: GitLab

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

Commits:

  • 4d5efc7c
    by hackademix at 2023-08-17T16:46:22+00:00
    fixup! Firefox preference overrides.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -316,6 +316,9 @@ pref("_javascript_.options.large_arraybuffers", false);
    316 316
     // Bug 40057: Ensure system colors are not used for CSS4 colors
    
    317 317
     pref("browser.display.use_system_colors", false);
    
    318 318
     
    
    319
    +// tor-browser#41943: lock and revisit after it gets flipped to true in stable Firefox
    
    320
    +pref("_javascript_.options.spectre.disable_for_isolated_content", false, locked);
    
    321
    +
    
    319 322
     // Third party stuff
    
    320 323
     pref("privacy.firstparty.isolate", true); // Always enforce first party isolation
    
    321 324
     // tor-browser#40123 and #40308: Disable for now until audit
    

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