mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0cbd8a13a3
						
					
				
				
					commit
					480933484f
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -1190,7 +1190,7 @@ user_pref("permissions.delegation.enabled", false);
 | 
				
			|||||||
/* 2624: enable "window.name" protection [FF82+]
 | 
					/* 2624: enable "window.name" protection [FF82+]
 | 
				
			||||||
 * If a new page from another domain is loaded into a tab, then window.name is set to an empty string. The original
 | 
					 * If a new page from another domain is loaded into a tab, then window.name is set to an empty string. The original
 | 
				
			||||||
 * string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks ***/
 | 
					 * string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks ***/
 | 
				
			||||||
user_pref("privacy.window.name.update.enabled", true);
 | 
					user_pref("privacy.window.name.update.enabled", true); // [DEFAULT: true FF86+]
 | 
				
			||||||
/* 2625: disable bypassing 3rd party extension install prompts [FF82+]
 | 
					/* 2625: disable bypassing 3rd party extension install prompts [FF82+]
 | 
				
			||||||
 * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
 | 
					 * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
 | 
				
			||||||
user_pref("extensions.postDownloadThirdPartyPrompt", false);
 | 
					user_pref("extensions.postDownloadThirdPartyPrompt", false);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user