mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 19:03:56 +00:00
0863: disable Form Autofill
This commit is contained in:
parent
1621cd5e48
commit
ec03969d98
4
user.js
4
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user