mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2010: WebGL setup tag #605
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ed735f875c
						
					
				
				
					commit
					b80c515e88
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -921,6 +921,8 @@ user_pref("media.peerconnection.enabled", false);
 | 
				
			|||||||
user_pref("media.peerconnection.ice.default_address_only", true);
 | 
					user_pref("media.peerconnection.ice.default_address_only", true);
 | 
				
			||||||
user_pref("media.peerconnection.ice.no_host", true); // [FF51+]
 | 
					user_pref("media.peerconnection.ice.no_host", true); // [FF51+]
 | 
				
			||||||
/* 2010: disable WebGL (Web Graphics Library)
 | 
					/* 2010: disable WebGL (Web Graphics Library)
 | 
				
			||||||
 | 
					 * [SETUP-WEB] When disabled, may break some websites. When enabled, provides high entropy,
 | 
				
			||||||
 | 
					 * especially with readPixels(). Some of the other entropy is lessened with RFP (see 4501)
 | 
				
			||||||
 * [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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user