user.js

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

commit 3e27f5bb786311b78fc91a84b2bc53429efbae4a
parent b924d1ef988e4572ecf83bc93edf9bfe42c1cdf7
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date:   Wed,  8 Mar 2017 14:36:46 +1300

Merge pull request #38 from ghacksuserjs/earthlng-patch-1

signon.autofillForms.http + contextual warning
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -450,6 +450,10 @@ user_pref("security.insecure_password.ui.enabled", true); user_pref("browser.fixup.hide_user_pass", true); /* 0909: disable formless login capture for Password Manager (FF51+) ***/ user_pref("signon.formlessCapture.enabled", false); +/* 0910: enforce disable autofilling saved password on HTTP pages and show warning (FF52+) + * https://www.fxsitecompat.com/en-CA/docs/2017/insecure-login-forms-now-disable-autofill-show-warning-beneath-input-control/ ***/ +user_pref("signon.autofillForms.http", false); +user_pref("security.insecure_field_warning.contextual.enabled", true); /*** 1000: CACHE ***/ user_pref("ghacks_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");