mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	1803: 3rd time's a charm
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							87ce12925d
						
					
				
				
					commit
					a8051b88e4
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -971,10 +971,11 @@ user_pref("plugin.sessionPermissionNow.intervalInMinutes", 0);
 | 
				
			|||||||
/* 1803: disable NPAPI plugins (Add-ons>Plugins)
 | 
					/* 1803: disable NPAPI plugins (Add-ons>Plugins)
 | 
				
			||||||
 * 0=deactivated, 1=ask, 2=enabled
 | 
					 * 0=deactivated, 1=ask, 2=enabled
 | 
				
			||||||
 * ESR52.x is the last branch to *fully* support NPAPI, FF52+ stable only supports Flash
 | 
					 * ESR52.x is the last branch to *fully* support NPAPI, FF52+ stable only supports Flash
 | 
				
			||||||
 | 
					 * [NOTE] ESR52 users should check plugin.state* for other installed NPAPI plugins
 | 
				
			||||||
 * [NOTE] You can still over-ride individual sites e.g. youtube via site permissions
 | 
					 * [NOTE] You can still over-ride individual sites e.g. youtube via site permissions
 | 
				
			||||||
 * [1] https://www.ghacks.net/2013/07/09/how-to-make-sure-that-a-firefox-plugin-never-activates-again/ ***/
 | 
					 * [1] https://www.ghacks.net/2013/07/09/how-to-make-sure-that-a-firefox-plugin-never-activates-again/ ***/
 | 
				
			||||||
user_pref("plugin.state.flash", 0);
 | 
					user_pref("plugin.state.flash", 0);
 | 
				
			||||||
user_pref("plugin.state.java", 0); // check plugin.state* for other NPAPIs
 | 
					user_pref("plugin.state.java", 0);
 | 
				
			||||||
/* 1805: disable scanning for plugins [WINDOWS]
 | 
					/* 1805: disable scanning for plugins [WINDOWS]
 | 
				
			||||||
 * [1] http://kb.mozillazine.org/Plugin_scanning
 | 
					 * [1] http://kb.mozillazine.org/Plugin_scanning
 | 
				
			||||||
 * plid.all = whether to scan the directories specified in the Windows registry for PLIDs.
 | 
					 * plid.all = whether to scan the directories specified in the Windows registry for PLIDs.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user