Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
a6402a17
by cypherpunks1 at 2023-02-09T16:03:47+00:00
1 changed file:
Changes:
... | ... | @@ -268,7 +268,7 @@ pref("network.http.referer.defaultPolicy.pbmode", 2); |
268 | 268 | pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim referer to scheme+host+port in cross-origin requests
|
269 | 269 | pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
|
270 | 270 | // Bug 40463: Disable Windows SSO
|
271 | -pref("network.http.windows-sso.enabled", false);
|
|
271 | +pref("network.http.windows-sso.enabled", false, locked);
|
|
272 | 272 | // Bug 40383: Disable new PerformanceEventTiming
|
273 | 273 | pref("dom.enable_event_timing", false);
|
274 | 274 | // Disable API for measuring text width and height.
|