mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	tweak 2522: webgl
- we already disable webgl, that's enough - the other two prefs are not going to provide much protection if a user decides they want webgl - "disable-fail-if-major-performance-caveat" only applies to ESR78 and will removed in the future - one (or two) less pref(2) for users to troubleshoot/flip
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							d7208ccf34
						
					
				
				
					commit
					41c3c0ec26
				
			
							
								
								
									
										4
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								user.js
									
									
									
									
									
								
							@@ -1053,8 +1053,8 @@ user_pref("_user.js.parrot", "2500 syntax error: the parrot's shuffled off 'is m
 | 
				
			|||||||
 * [1] https://www.contextis.com/resources/blog/webgl-new-dimension-browser-exploitation/
 | 
					 * [1] https://www.contextis.com/resources/blog/webgl-new-dimension-browser-exploitation/
 | 
				
			||||||
 * [2] https://security.stackexchange.com/questions/13799/is-webgl-a-security-concern ***/
 | 
					 * [2] https://security.stackexchange.com/questions/13799/is-webgl-a-security-concern ***/
 | 
				
			||||||
user_pref("webgl.disabled", true);
 | 
					user_pref("webgl.disabled", true);
 | 
				
			||||||
user_pref("webgl.enable-webgl2", false);
 | 
					   // user_pref("webgl.enable-webgl2", false);
 | 
				
			||||||
user_pref("webgl.disable-fail-if-major-performance-caveat", true); // [DEFAULT: true FF86+]
 | 
					   // user_pref("webgl.disable-fail-if-major-performance-caveat", true); // [DEFAULT: true FF86+]
 | 
				
			||||||
/* 2523: enforce no system colors
 | 
					/* 2523: enforce no system colors
 | 
				
			||||||
 * [SETTING] General>Language and Appearance>Fonts and Colors>Colors>Use system colors ***/
 | 
					 * [SETTING] General>Language and Appearance>Fonts and Colors>Colors>Use system colors ***/
 | 
				
			||||||
user_pref("browser.display.use_system_colors", false); // [DEFAULT: false]
 | 
					user_pref("browser.display.use_system_colors", false); // [DEFAULT: false]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user