mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	0906: tweak, #1243
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2cf20c56a7
						
					
				
				
					commit
					5ac8fd8f70
				
			
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -413,10 +413,10 @@ user_pref("signon.formlessCapture.enabled", false);
 | 
				
			|||||||
 * 1 = don't allow cross-origin sub-resources to open HTTP authentication credentials dialogs
 | 
					 * 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) ***/
 | 
					 * 2 = allow sub-resources to open HTTP authentication credentials dialogs (default) ***/
 | 
				
			||||||
user_pref("network.auth.subresource-http-auth-allow", 1);
 | 
					user_pref("network.auth.subresource-http-auth-allow", 1);
 | 
				
			||||||
/* 0906: disable automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+]
 | 
					/* 0906: enforce no automatic authentication on Microsoft sites [FF91+] [WINDOWS 10+]
 | 
				
			||||||
 * [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);
 | 
					user_pref("network.http.windows-sso.enabled", false); // [DEFAULT: false]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*** [SECTION 1000]: DISK AVOIDANCE
 | 
					/*** [SECTION 1000]: DISK AVOIDANCE
 | 
				
			||||||
   [NOTE] Cache is isolated with network partitioning (FF85+) or FPI
 | 
					   [NOTE] Cache is isolated with network partitioning (FF85+) or FPI
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user