user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a92c4086bbf8c4324c4369d1dc8a39338334af45
parent 9b7771fe763f0750ae516de28951c320c00f786b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 10 Jun 2019 00:38:20 +0000

2622: middlemouse.paste, closes #735
Diffstat:
Muser.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/user.js b/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] * [1] https://www.ghacks.net/2016/03/25/block-firefox-chrome-windows-store/ ***/ 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 ***/ /* 2650: discourage downloading to desktop