mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	remove 2517
- inactive since we added it in v63 - this is not how you defeat fingerprinting (unless done in an enforced set) - for the record: not even tor browser disable this - fingerprinting this is not cheap in gecko (for now) - from [2] - decoding/encoding capabilities: "it is expected that the entropy ... isn’t going to be significant" - HDR detection: "... has the potential to add significant entropy .. however .. but ... thus minimizing effective entropy" - it is what it is - note that RFP has some mitigations in FF82+ 1461454
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							da0c291127
						
					
				
				
					commit
					213467d91b
				
			
							
								
								
									
										5
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								user.js
									
									
									
									
									
								
							@@ -976,11 +976,6 @@ user_pref("_user.js.parrot", "2500 syntax error: the parrot's shuffled off 'is m
 | 
				
			|||||||
 * [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
 | 
					 * [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
 | 
				
			||||||
   // user_pref("gfx.direct2d.disabled", true); // [WINDOWS]
 | 
					   // user_pref("gfx.direct2d.disabled", true); // [WINDOWS]
 | 
				
			||||||
   // user_pref("layers.acceleration.disabled", true);
 | 
					   // user_pref("layers.acceleration.disabled", true);
 | 
				
			||||||
/* 2517: disable Media Capabilities API [FF63+]
 | 
					 | 
				
			||||||
 * [WARNING] The API state is fingerprintable. Disabling may affect performance
 | 
					 | 
				
			||||||
 * [1] https://github.com/WICG/media-capabilities
 | 
					 | 
				
			||||||
 * [2] https://wicg.github.io/media-capabilities/#security-privacy-considerations ***/
 | 
					 | 
				
			||||||
   // user_pref("media.media-capabilities.enabled", false);
 | 
					 | 
				
			||||||
/* 2522: disable/limit WebGL (Web Graphics Library)
 | 
					/* 2522: disable/limit WebGL (Web Graphics Library)
 | 
				
			||||||
 * [SETUP-WEB] When disabled, will break some websites. When enabled, provides high entropy,
 | 
					 * [SETUP-WEB] When disabled, will break some websites. When enabled, provides high entropy,
 | 
				
			||||||
 * especially with readPixels(). Some of the other entropy is lessened with RFP (4501)
 | 
					 * especially with readPixels(). Some of the other entropy is lessened with RFP (4501)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user