瀏覽代碼

signon.autofillForms.http + contextual warning

earthlng 8 年之前
父節點
當前提交
3ce8350fec
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      user.js

+ 4 - 0
user.js

@@ -454,6 +454,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
+ * 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!");