Преглед на файлове

remove 0864

default is false has been since FF32, if it ever changes (eg maybe for auto formfill?) then we will pick up on it from diffs
Thorin-Oakenpants преди 7 години
родител
ревизия
998069f440
променени са 1 файла, в които са добавени 1 реда и са изтрити 5 реда
  1. 1 5
      user.js

+ 1 - 5
user.js

@@ -352,7 +352,7 @@ user_pref("browser.onboarding.enabled", false);
  * [1] https://github.com/mozilla-services/screenshots
  * [1] https://github.com/mozilla-services/screenshots
  * [2] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/ ***/
  * [2] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/ ***/
    // user_pref("extensions.screenshots.disabled", true);
    // user_pref("extensions.screenshots.disabled", true);
-/* 0517: disable Form Autofill (also see 0864) (FF55+)
+/* 0517: disable Form Autofill (FF55+)
  * [SETTING] Options>Privacy>Forms & Passwords>Enable Profile Autofill
  * [SETTING] Options>Privacy>Forms & Passwords>Enable Profile Autofill
  * [NOTE] Stored data is NOT secure (uses a JSON file)
  * [NOTE] Stored data is NOT secure (uses a JSON file)
  * [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes
  * [NOTE] Heuristics controls Form Autofill on forms without @autocomplete attributes
@@ -492,10 +492,6 @@ user_pref("browser.urlbar.oneOffSearches", false);
  * [1] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/
  * [1] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/
  * [2] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
  * [2] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
 user_pref("browser.formautofill.enabled", false);
 user_pref("browser.formautofill.enabled", false);
-/* 0864: disable form @autocomplete (FF32+)
- * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1009935
- * [2] https://html.spec.whatwg.org/#attr-fe-autocomplete ***/
-user_pref("dom.forms.autocomplete.experimental", false);
 /* 0870: disable Windows jumplist [WINDOWS] ***/
 /* 0870: disable Windows jumplist [WINDOWS] ***/
 user_pref("browser.taskbar.lists.enabled", false);
 user_pref("browser.taskbar.lists.enabled", false);
 user_pref("browser.taskbar.lists.frequent.enabled", false);
 user_pref("browser.taskbar.lists.frequent.enabled", false);