user.js

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

commit 4ac17eaf787b6145f3e44759a2e0fd13660ee88c
parent b5a3b54d3f9555aae97548306a56815b2f7fc9fa
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 26 Aug 2021 06:50:46 +0000

tidy last commit
Diffstat:
Muser.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1305,9 +1305,9 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies * [2] https://gitlab.torproject.org/legacy/trac/-/issues/8455 ***/ // user_pref("gfx.downloadable_fonts.enabled", false); // [FF41+] // user_pref("gfx.downloadable_fonts.fallback_delay", -1); -/* 7013: disable website access to clipboard events/content - * [WHY] Fingerprintable. Breakage. Requires user interaction, and - * paste only fires on focused editable fields. ***/ +/* 7013: disable Clipboard API + * [WHY] Fingerprintable. Breakage. They (cut/copy/paste) require user + * interaction, and paste is limited to focused editable fields ***/ // user_pref("dom.event.clipboardevents.enabled", false); /*** [SECTION 8000]: DON'T BOTHER: NON-RFP