mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	0517: add .creditCards.enabled;false (FF56+)
it's most likely covered by disabling extensions.formautofill but is nice to know for people who want to enable form-autofill but may want to disable creditCards autofill
This commit is contained in:
		
							
								
								
									
										1
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								user.js
									
									
									
									
									
								
							@@ -365,6 +365,7 @@ user_pref("browser.onboarding.enabled", false);
 | 
				
			|||||||
 * [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill
 | 
					 * [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill
 | 
				
			||||||
 * [2] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ ***/
 | 
					 * [2] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ ***/
 | 
				
			||||||
user_pref("extensions.formautofill.addresses.enabled", false);
 | 
					user_pref("extensions.formautofill.addresses.enabled", false);
 | 
				
			||||||
 | 
					user_pref("extensions.formautofill.creditCards.enabled", false); // (FF56+)
 | 
				
			||||||
user_pref("extensions.formautofill.experimental", false);
 | 
					user_pref("extensions.formautofill.experimental", false);
 | 
				
			||||||
user_pref("extensions.formautofill.heuristics.enabled", false);
 | 
					user_pref("extensions.formautofill.heuristics.enabled", false);
 | 
				
			||||||
/* 0518: disable Web Compatibility Reporter (FF56+)
 | 
					/* 0518: disable Web Compatibility Reporter (FF56+)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user