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

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



Title: GitLab

Richard Pospesel pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 18dfe465
    by cypherpunks1 at 2023-01-16T19:08:38+00:00
    fixup! Firefox preference overrides.
    
    Bug 41578: Disable and lock Windows SSO
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -267,7 +267,7 @@ pref("network.http.referer.defaultPolicy.pbmode", 2);
    267 267
     pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim referer to scheme+host+port in cross-origin requests
    
    268 268
     pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
    
    269 269
     // Bug 40463: Disable Windows SSO
    
    270
    -pref("network.http.windows-sso.enabled", false);
    
    270
    +pref("network.http.windows-sso.enabled", false, locked);
    
    271 271
     // Bug 40383: Disable new PerformanceEventTiming
    
    272 272
     pref("dom.enable_event_timing", false);
    
    273 273
     // Disable API for measuring text width and height.
    

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