mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2012: make webgl.min_capability_mode inactive
- This is too minimal to be of any use, breaks too much (e.g. zoom video) - Tor browser stopped flipping this (I *think*) about 5 years ago: it certainly hasn't been used in ESR60+ based TB builds, I checked - we already disable webgl, so making this inactive removes yet another pref users need to flip/troubleshoot - I will leave it in the user js for a few releases so prefsCleaner will pick it up
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							911206eed5
						
					
				
				
					commit
					4596d721e6
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -918,7 +918,7 @@ user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true); // [FF70
 | 
				
			|||||||
user_pref("webgl.disabled", true);
 | 
					user_pref("webgl.disabled", true);
 | 
				
			||||||
user_pref("webgl.enable-webgl2", false);
 | 
					user_pref("webgl.enable-webgl2", false);
 | 
				
			||||||
/* 2012: limit WebGL ***/
 | 
					/* 2012: limit WebGL ***/
 | 
				
			||||||
user_pref("webgl.min_capability_mode", true);
 | 
					   // user_pref("webgl.min_capability_mode", true);
 | 
				
			||||||
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+]
 | 
				
			||||||
/* 2022: disable screensharing ***/
 | 
					/* 2022: disable screensharing ***/
 | 
				
			||||||
user_pref("media.getusermedia.screensharing.enabled", false);
 | 
					user_pref("media.getusermedia.screensharing.enabled", false);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user