mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	0910 add bugzilla tickets
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a4a0ec5cee
						
					
				
				
					commit
					2336d0a20b
				
			
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -476,7 +476,9 @@ user_pref("browser.fixup.hide_user_pass", true);
 | 
				
			|||||||
/* 0909: disable formless login capture for Password Manager (FF51+) ***/
 | 
					/* 0909: disable formless login capture for Password Manager (FF51+) ***/
 | 
				
			||||||
user_pref("signon.formlessCapture.enabled", false);
 | 
					user_pref("signon.formlessCapture.enabled", false);
 | 
				
			||||||
/* 0910: disable autofilling saved passwords on HTTP pages and show warning (FF52+)
 | 
					/* 0910: disable autofilling saved passwords on HTTP pages and show warning (FF52+)
 | 
				
			||||||
 * [1] https://www.fxsitecompat.com/en-CA/docs/2017/insecure-login-forms-now-disable-autofill-show-warning-beneath-input-control/ ***/
 | 
					 * [1] https://www.fxsitecompat.com/en-CA/docs/2017/insecure-login-forms-now-disable-autofill-show-warning-beneath-input-control/
 | 
				
			||||||
 | 
					 * [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1217152
 | 
				
			||||||
 | 
					 * [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1319119 ***/
 | 
				
			||||||
user_pref("signon.autofillForms.http", false);
 | 
					user_pref("signon.autofillForms.http", false);
 | 
				
			||||||
user_pref("security.insecure_field_warning.contextual.enabled", true);
 | 
					user_pref("security.insecure_field_warning.contextual.enabled", true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user