Skip to content

Commit

Permalink
Merge pull request #38 from ghacksuserjs/earthlng-patch-1
Browse files Browse the repository at this point in the history
signon.autofillForms.http + contextual warning
  • Loading branch information
Roman-Nopantski authored Mar 8, 2017
2 parents b924d1e + 0aed6c5 commit 3e27f5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down

0 comments on commit 3e27f5b

Please sign in to comment.