user.js

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

commit 80f69a6f3d1d34f49496064d9199d885a28c6c4f
parent 498a25c759edc7a28ade958b6bb1d66d75df152e
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 26 Aug 2021 06:26:41 +0000

2406: remove

This doesn't achieve anything. AFAICT, it's an old gecko only API, not used on the web: superseded by the Clipboard API (added in FF21+)
Diffstat:
Muser.js | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -727,10 +727,6 @@ user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown"); * Requires user interaction. Applies to onCut/onCopy/onPaste events * [SETUP-HARDEN] Will break some sites' functionality e.g. Outlook, Twitter, Facebook, Wordpress ***/ // user_pref("dom.event.clipboardevents.enabled", false); -/* 2406: disable clipboard commands (cut/copy) from "non-privileged" content [FF41+] - * this disables document.execCommand("cut"/"copy") to protect your clipboard - * [1] https://bugzilla.mozilla.org/1170911 ***/ -user_pref("dom.allow_cut_copy", false); /*** [SECTION 2500]: FINGERPRINTING ***/ user_pref("_user.js.parrot", "2500 syntax error: the parrot's shuffled off 'is mortal coil!");