mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	typo + fix comment
thanks @Forsaked
This commit is contained in:
		
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -427,10 +427,10 @@ user_pref("browser.urlbar.userMadeSearchSuggestionsChoice", true); // (FF41+)
 | 
				
			|||||||
/* 0809: disable location bar suggesting "preloaded" top websites (FF54+)
 | 
					/* 0809: disable location bar suggesting "preloaded" top websites (FF54+)
 | 
				
			||||||
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1211726 ***/
 | 
					 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1211726 ***/
 | 
				
			||||||
user_pref("browser.urlbar.usepreloadedtopurls.enabled", false);
 | 
					user_pref("browser.urlbar.usepreloadedtopurls.enabled", false);
 | 
				
			||||||
/* 08010: disable location bar making speculative connections (FF56+)
 | 
					/* 0810: disable location bar making speculative connections (FF56+)
 | 
				
			||||||
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1348275 ***/
 | 
					 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1348275 ***/
 | 
				
			||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
 | 
					user_pref("browser.urlbar.speculativeConnect.enabled", false);
 | 
				
			||||||
/* 0850a: disable location bar autocomplete [controlled by 0850b]
 | 
					/* 0850a: disable location bar autocomplete [controlled by 0850b] ***/
 | 
				
			||||||
   // user_pref("browser.urlbar.autocomplete.enabled", false);
 | 
					   // user_pref("browser.urlbar.autocomplete.enabled", false);
 | 
				
			||||||
/* 0850b: disable location bar suggestion types [controls 0850a]
 | 
					/* 0850b: disable location bar suggestion types [controls 0850a]
 | 
				
			||||||
 * [SETTING] Options>Privacy>Location Bar>When using the location bar, suggest
 | 
					 * [SETTING] Options>Privacy>Location Bar>When using the location bar, suggest
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user