mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	0321: recommendations discovery in about:addons
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8f939c91fe
						
					
				
				
					commit
					31567c7938
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -217,6 +217,9 @@ user_pref("dom.ipc.plugins.reportCrashURL", false);
 | 
				
			|||||||
/* 0320: disable about:addons' Recommendations pane (uses Google Analytics) ***/
 | 
					/* 0320: disable about:addons' Recommendations pane (uses Google Analytics) ***/
 | 
				
			||||||
user_pref("extensions.getAddons.showPane", false); // [HIDDEN PREF]
 | 
					user_pref("extensions.getAddons.showPane", false); // [HIDDEN PREF]
 | 
				
			||||||
user_pref("extensions.webservice.discoverURL", "");
 | 
					user_pref("extensions.webservice.discoverURL", "");
 | 
				
			||||||
 | 
					/* 0321: disable recommendations in about:addons' Extensions and Themes panes [FF68+] ***/
 | 
				
			||||||
 | 
					user_pref("extensions.getAddons.discovery.api_url", "");
 | 
				
			||||||
 | 
					user_pref("extensions.htmlaboutaddons.discover.enabled", false);
 | 
				
			||||||
/* 0330: disable telemetry
 | 
					/* 0330: disable telemetry
 | 
				
			||||||
 * the pref (.unified) affects the behaviour of the pref (.enabled)
 | 
					 * the pref (.unified) affects the behaviour of the pref (.enabled)
 | 
				
			||||||
 * IF unified=false then .enabled controls the telemetry module
 | 
					 * IF unified=false then .enabled controls the telemetry module
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user