mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2305: permission also applies to push
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c9c1671e4a
						
					
				
				
					commit
					528d0de6b4
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -1163,7 +1163,7 @@ user_pref("dom.serviceWorkers.enabled", false);
 | 
			
		||||
 * [1] https://developer.mozilla.org/docs/Web/API/Notifications_API ***/
 | 
			
		||||
user_pref("dom.webnotifications.enabled", false); // [FF22+]
 | 
			
		||||
user_pref("dom.webnotifications.serviceworker.enabled", false); // [FF44+]
 | 
			
		||||
/* 2305: set a default permission for Notifications (see 2304) [FF58+]
 | 
			
		||||
/* 2305: set a default permission for Notifications (2304) and Push (2306) [FF58+]
 | 
			
		||||
 * 0=always ask (default), 1=allow, 2=block
 | 
			
		||||
 * [NOTE] Best left at default "always ask", fingerprintable via Permissions API
 | 
			
		||||
 * [SETTING] to add site exceptions: Page Info>Permissions>Receive Notifications
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user