Richard Pospesel pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
ff6761db
by cypherpunks1 at 2023-01-16T20:18:29+00:00
1 changed file:
Changes:
... | ... | @@ -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.
|