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


Commits:
729f901e by Pier Angelo Vendrame at 2024-11-13T19:47:49+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
=====================================
@@ -455,6 +455,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/729f901e63fb961d62b2b4a5dd4518c8ed1fd086

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