mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	enabled scopes breakage info, closes #674
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8419b4d71b
						
					
				
				
					commit
					99586c4a3b
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -1368,7 +1368,8 @@ user_pref("browser.download.forbid_open_with", true);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/** EXTENSIONS ***/
 | 
					/** EXTENSIONS ***/
 | 
				
			||||||
/* 2660: lock down allowed extension directories
 | 
					/* 2660: lock down allowed extension directories
 | 
				
			||||||
 * [SETUP-CHROME] This will break extensions that do not use the default XPI directories
 | 
					 * [SETUP-CHROME] This will break extensions, language packs, themes and any other XPI files which are
 | 
				
			||||||
 | 
					 * installed outside of profile directories (see GitHub issue #674 for an issue with language packs in Linux)
 | 
				
			||||||
 * [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
 | 
					 * [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
 | 
				
			||||||
 * [1] archived: https://archive.is/DYjAM ***/
 | 
					 * [1] archived: https://archive.is/DYjAM ***/
 | 
				
			||||||
user_pref("extensions.enabledScopes", 1); // [HIDDEN PREF]
 | 
					user_pref("extensions.enabledScopes", 1); // [HIDDEN PREF]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user