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


Commits:
3850c827 by Pier Angelo Vendrame at 2024-11-13T19:50:20+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/mullvad-browser/-/commit/3850c827a45d453bc9895992c6b74ca60d3d664e

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3850c827a45d453bc9895992c6b74ca60d3d664e
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