mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	7001: tweak
F11 has nothing to do with the API or why
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							45c52b6620
						
					
				
				
					commit
					5ab3c47b6b
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -1443,8 +1443,7 @@ user_pref("_user.js.parrot", "8000 syntax error: the parrot's pushing up daisies
 | 
				
			|||||||
/* 7001: disable APIs
 | 
					/* 7001: disable APIs
 | 
				
			||||||
 * Location-Aware Browsing, Full Screen, offline cache (appCache), Virtual Reality
 | 
					 * Location-Aware Browsing, Full Screen, offline cache (appCache), Virtual Reality
 | 
				
			||||||
 * [WHY] The API state is easily fingerprintable. Geo and VR are behind prompts (7002).
 | 
					 * [WHY] The API state is easily fingerprintable. Geo and VR are behind prompts (7002).
 | 
				
			||||||
 * appCache storage capability was removed in FF90. Full screen requires user interaction,
 | 
					 * appCache storage capability was removed in FF90. Full screen requires user interaction ***/
 | 
				
			||||||
 * and you can still toggle fullscreen with F11 ***/
 | 
					 | 
				
			||||||
   // user_pref("geo.enabled", false);
 | 
					   // user_pref("geo.enabled", false);
 | 
				
			||||||
   // user_pref("full-screen-api.enabled", false);
 | 
					   // user_pref("full-screen-api.enabled", false);
 | 
				
			||||||
   // user_pref("browser.cache.offline.enable", false);
 | 
					   // user_pref("browser.cache.offline.enable", false);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user