[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.8.0esr-12.0-1] fixup! Firefox preference overrides.
Richard Pospesel (@richard)
git at gitlab.torproject.org
Thu Feb 9 16:03:30 UTC 2023
Richard Pospesel pushed to branch base-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
801263e6 by cypherpunks1 at 2023-02-09T16:03:28+00:00
fixup! Firefox preference overrides.
Bug 41578: Disable and lock Windows SSO
(cherry picked from commit 18dfe4652e9de6b9021802530f899d18a393df12)
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -268,7 +268,7 @@ pref("network.http.referer.defaultPolicy.pbmode", 2);
pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim referer to scheme+host+port in cross-origin requests
pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
// Bug 40463: Disable Windows SSO
-pref("network.http.windows-sso.enabled", false);
+pref("network.http.windows-sso.enabled", false, locked);
// Bug 40383: Disable new PerformanceEventTiming
pref("dom.enable_event_timing", false);
// Disable API for measuring text width and height.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/801263e615d38f08b3d5c122d24aee45d2631dd5
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/801263e615d38f08b3d5c122d24aee45d2631dd5
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230209/5d247fc2/attachment.htm>
More information about the tor-commits
mailing list