Skip to content
Snippets Groups Projects
Commit 801263e6 authored by cypherpunks1's avatar cypherpunks1 Committed by Richard Pospesel
Browse files

fixup! Firefox preference overrides.

Bug 41578: Disable and lock Windows SSO


(cherry picked from commit 18dfe4652e9de6b9021802530f899d18a393df12)
parent 6532f0b2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment