mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
firefox: disable autofill of addresses and credit cards
This commit is contained in:
parent
c3c23814a4
commit
e568f45f5c
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ user_pref("app.update.interval", 259200);
|
|||
// Let beacon enabled. This is disabled by uBlock Origin.
|
||||
user_pref("beacon.enabled", true);
|
||||
|
||||
// Disable autofill
|
||||
user_pref("extensions.formautofill.addresses.enabled", false);
|
||||
user_pref("extensions.formautofill.creditCards.enabled", false);
|
||||
|
||||
// Disable annoying prompts
|
||||
user_pref("browser.aboutConfig.showWarning", false);
|
||||
user_pref("browser.disableResetPrompt", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue