user.js

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

commit ec03969d98f3f8f26ba232aa772a5bb0ca4c8e63
parent 1621cd5e4805a9ad47536bce207945ab27fee643
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  6 Jun 2017 05:07:48 +1200

0863: disable Form Autofill
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -431,6 +431,10 @@ user_pref("browser.urlbar.oneOffSearches", false); * [SETTING] Options>Privacy>History>Custom Settings>Remember my browsing and download history * [NOTE] You can clear history and downloads on exiting Firefox (see 2803) ***/ // user_pref("places.history.enabled", false); +/* 0863: disable Form Autofill (FF54+) + * [1] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ + * [2] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/ +user_pref("browser.formautofill.enabled", false); /* 0870: disable Windows jumplist [WINDOWS] ***/ user_pref("browser.taskbar.lists.enabled", false); user_pref("browser.taskbar.lists.frequent.enabled", false);