commit ebdd81c764d40a9afeb2d3e5d56b5ededb84222b
parent e0e7fc4c32a18a4d3cd8e552ae5f893bb61e4030
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date: Tue, 28 Feb 2017 04:28:14 +1300
0906: description
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/user.js b/user.js
@@ -440,7 +440,10 @@ user_pref("security.password_lifetime", 5);
* http://kb.mozillazine.org/Signon.autofillForms
* password will still be auto-filled after a user name is manually entered ***/
user_pref("signon.autofillForms", false);
-/* 0906: ignore websites' autocomplete="off" (FF30+) ***/
+/* 0906: ignore websites' autocomplete="off" (FF30+)
+ * Don't let sites dictate use of saved logins and passwords. Increase security through
+ * stronger password use. The trade-off is the convenience. Some sites should never be
+ * saved (such as banking sites). Set at true, informed users can make their own choice. ***/
user_pref("signon.storeWhenAutocompleteOff", true);
/* 0907: force warnings for logins on non-secure (non HTTPS) pages
* https://bugzilla.mozilla.org/show_bug.cgi?id=1217156 ***/
@@ -873,7 +876,7 @@ user_pref("ghacks_user.js.parrot", "2400 syntax error: the parrot's kicked the b
* this applies to onCut, onCopy, onPaste events - i.e you have to interact with
* the website for it to look at the clipboard ***/
user_pref("dom.event.clipboardevents.enabled", false);
-/* 2403: disable clipboard commands (cut/copy) from "non-priviledged" content
+/* 2403: disable clipboard commands (cut/copy) from "non-privileged" content
* this disables document.execCommand("cut"/"copy") to protect your clipboard
* https://bugzilla.mozilla.org/show_bug.cgi?id=1170911 ***/
user_pref("dom.allow_cut_copy", false); // (hidden pref)