morgan pushed to branch base-browser-128.4.0esr-14.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
ccf8f463 by Pier Angelo Vendrame at 2024-11-13T19:49:07+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/ccf8f4636b4f3b6c8318af5a904d0e8b4633675b

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ccf8f4636b4f3b6c8318af5a904d0e8b4633675b
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]

Reply via email to