mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	2001: WebRTC setup tag #605
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							55b720faec
						
					
				
				
					commit
					ed735f875c
				
			
							
								
								
									
										2
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								user.js
									
									
									
									
									
								
							@@ -910,6 +910,8 @@ user_pref("media.eme.enabled", false);
 | 
				
			|||||||
/*** [SECTION 2000]: MEDIA / CAMERA / MIC ***/
 | 
					/*** [SECTION 2000]: MEDIA / CAMERA / MIC ***/
 | 
				
			||||||
user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!");
 | 
					user_pref("_user.js.parrot", "2000 syntax error: the parrot's snuffed it!");
 | 
				
			||||||
/* 2001: disable WebRTC (Web Real-Time Communication)
 | 
					/* 2001: disable WebRTC (Web Real-Time Communication)
 | 
				
			||||||
 | 
					 * [SETUP-WEB] WebRTC can leak your IP address from behind your VPN, but if this is not
 | 
				
			||||||
 | 
					 * in your threat model, and you want Real-Time Communication, this is the pref for you
 | 
				
			||||||
 * [1] https://www.privacytools.io/#webrtc ***/
 | 
					 * [1] https://www.privacytools.io/#webrtc ***/
 | 
				
			||||||
user_pref("media.peerconnection.enabled", false);
 | 
					user_pref("media.peerconnection.enabled", false);
 | 
				
			||||||
/* 2002: limit WebRTC IP leaks if using WebRTC
 | 
					/* 2002: limit WebRTC IP leaks if using WebRTC
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user