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

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



Title: GitLab

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

Commits:

  • ca4b1535
    by Pier Angelo Vendrame at 2026-07-21T17:20:57+02:00
    fixup! Firefox preference overrides.
    
    BB 44811: Remove the lock on pdfjs.disable.
    
    This is not a fingerprinting hazard anymore thanks to Bug 1999126.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -570,10 +570,6 @@ pref("network.http.microsoft-entra-sso.enabled", false);
    570 570
     pref("network.microsoft-sso-authority-list", "");
    
    571 571
     // tor-browser#40424
    
    572 572
     pref("pdfjs.enableScripting", false);
    
    573
    -#if MOZ_UPDATE_CHANNEL == release
    
    574
    -// tor-browser#42255: pdfjs.disabled used to be part of RFP until Bug 1838415; lock pref to false in stable
    
    575
    -pref("pdfjs.disabled", false, locked);
    
    576
    -#endif
    
    577 573
     // tor-browser#43850. Keep forced colors off by default for all platforms.
    
    578 574
     // Upstream sets a value of "0" for Windows.
    
    579 575
     pref("browser.display.document_color_use", 1);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx