user.js

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

commit 23c884a5f838a5dcf0feb7d8c196056413f1a16f
parent 51089fbad90285fca643a9ca2d91ae64c136c1c1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 26 Jun 2019 10:14:24 +0000

prefs no longer hidden
Diffstat:
Muser.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1043,7 +1043,7 @@ user_pref("dom.event.clipboardevents.enabled", false); /* 2403: 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); // [HIDDEN PREF] +user_pref("dom.allow_cut_copy", false); /* 2404: disable "Confirm you want to leave" dialog on page close * Does not prevent JS leaks of the page close event. * [1] https://developer.mozilla.org/docs/Web/Events/beforeunload @@ -1465,8 +1465,8 @@ user_pref("privacy.resistFingerprinting", true); * The override values are a starting point to round from if you want some control * [1] https://bugzilla.mozilla.org/1330882 * [2] https://hardware.metrics.mozilla.com/ ***/ - // user_pref("privacy.window.maxInnerWidth", 1600); // [HIDDEN PREF] - // user_pref("privacy.window.maxInnerHeight", 900); // [HIDDEN PREF] + // user_pref("privacy.window.maxInnerWidth", 1000); + // user_pref("privacy.window.maxInnerHeight", 1000); /* 4503: disable mozAddonManager Web API [FF57+] * [NOTE] As a side-effect in FF57-59 this allowed extensions to work on AMO. In FF60+ you also need * to sanitize or clear extensions.webextensions.restrictedDomains (see 2662) to keep that side-effect