mirror of
				https://github.com/arkenfox/user.js.git
				synced 2025-11-04 07:45:26 +01:00 
			
		
		
		
	2622: middlemouse.paste, closes #735
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9b7771fe76
						
					
				
				
					commit
					a92c4086bb
				
			
							
								
								
									
										3
									
								
								user.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								user.js
									
									
									
									
									
								
							@@ -1207,6 +1207,9 @@ user_pref("pdfjs.disabled", false); // [DEFAULT: false]
 | 
				
			|||||||
/* 2621: disable links launching Windows Store on Windows 8/8.1/10 [WINDOWS]
 | 
					/* 2621: disable links launching Windows Store on Windows 8/8.1/10 [WINDOWS]
 | 
				
			||||||
 * [1] https://www.ghacks.net/2016/03/25/block-firefox-chrome-windows-store/ ***/
 | 
					 * [1] https://www.ghacks.net/2016/03/25/block-firefox-chrome-windows-store/ ***/
 | 
				
			||||||
user_pref("network.protocol-handler.external.ms-windows-store", false);
 | 
					user_pref("network.protocol-handler.external.ms-windows-store", false);
 | 
				
			||||||
 | 
					/* 2622: disable middlemouse paste leaking on Linux
 | 
				
			||||||
 | 
					 * [1] https://bugzilla.mozilla.org/1528289 */
 | 
				
			||||||
 | 
					user_pref("middlemouse.paste", false); // [DEFAULT: false on Windows]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** DOWNLOADS ***/
 | 
					/** DOWNLOADS ***/
 | 
				
			||||||
/* 2650: discourage downloading to desktop
 | 
					/* 2650: discourage downloading to desktop
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user