user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 06e5de43328a75b1b249987aa0c67744083729cf
parent eb4363dc180666554ca81a7909156e0893e80c3b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed,  4 Aug 2021 10:32:33 +0000

tweak windows SSO info/reference
Diffstat:
Muser.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -540,8 +540,9 @@ user_pref("signon.formlessCapture.enabled", false); * 1=don't allow cross-origin sub-resources to open HTTP authentication credentials dialogs * 2=allow sub-resources to open HTTP authentication credentials dialogs (default) ***/ user_pref("network.auth.subresource-http-auth-allow", 1); -/* 0913: disable automatic authentication on Microsoft sites [FF91+] [WINDOWS] - * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1695693,1719301 ***/ +/* 0913: disable automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+] + * [SETTING] Privacy & Security>Logins and Passwords>Allow Windows single sign-on for... + * [1] https://support.mozilla.org/kb/windows-sso ***/ user_pref("network.http.windows-sso.enabled", false); /*** [SECTION 1000]: CACHE / SESSION (RE)STORE / FAVICONS