mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
SSO macOS
This commit is contained in:
parent
6b11be78be
commit
5c77848ba6
1 changed files with 5 additions and 2 deletions
7
user.js
7
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 25 September 2024
|
* date: 10 October 2024
|
||||||
* version: 130
|
* version: 131
|
||||||
* urls: https://github.com/arkenfox/user.js [repo]
|
* urls: https://github.com/arkenfox/user.js [repo]
|
||||||
* : https://arkenfox.github.io/gui/ [interactive]
|
* : https://arkenfox.github.io/gui/ [interactive]
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
@ -373,6 +373,9 @@ user_pref("network.auth.subresource-http-auth-allow", 1);
|
||||||
* [SETTING] Privacy & Security>Logins and Passwords>Allow Windows single sign-on for...
|
* [SETTING] Privacy & Security>Logins and Passwords>Allow Windows single sign-on for...
|
||||||
* [1] https://support.mozilla.org/kb/windows-sso ***/
|
* [1] https://support.mozilla.org/kb/windows-sso ***/
|
||||||
// user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
|
// user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
|
||||||
|
/* 0907: enforce no automatic authentication on Microsoft sites [FF131+] [MAC]
|
||||||
|
* On macOS, SSO only works on corporate devices ***/
|
||||||
|
// user_pref("network.http.microsoft-entra-sso.enabled", false); // [DEFAULT: false]
|
||||||
|
|
||||||
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
||||||
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
||||||
|
|
Loading…
Add table
Reference in a new issue