morgan pushed to branch tor-browser-128.4.0esr-14.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
47f93bf5 by Pier Angelo Vendrame at 2024-11-13T19:48:31+00:00
fixup! Firefox preference overrides.
Bug 43165: Disable Microsoft SSO on macOS.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -447,6 +447,9 @@ 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
// Bug 40463: Disable Windows SSO
pref("network.http.windows-sso.enabled", false, locked);
+// Bug 43165: Disable Microsoft SSO on macOS
+pref("network.http.microsoft-entra-sso.enabled", false);
+pref("network.microsoft-sso-authority-list", "");
// tor-browser#40424
pref("pdfjs.enableScripting", false);
#if MOZ_UPDATE_CHANNEL == release
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/47f93bf552d52c524625fab88c2c212149217207
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/47f93bf552d52c524625fab88c2c212149217207
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]