mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Password, credit card, and address management since we don't disable them anymore
@@ -79,26 +79,6 @@ user_pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
|
||||
|
||||
***
|
||||
|
||||
### Password, credit card, and address management
|
||||
The built-in password manager is disabled for security.
|
||||
|
||||
* `☰` *→ Settings → Privacy & Security → Logins and Passwords → Ask to save logins and passwords for websites*
|
||||
|
||||
We recommend using [Bitwarden](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/) or [1Password](https://addons.mozilla.org/en-US/firefox/addon/1password-x-password-manager) to manage your credentials on multiple devices.
|
||||
```javascript
|
||||
// PREF: restore login manager
|
||||
user_pref("signon.rememberSignons", true);
|
||||
|
||||
// PREF: pop-up to save logins for a new site
|
||||
user_pref("signon.formlessCapture.enabled", true);
|
||||
|
||||
// PREF: restore address and credit card manager
|
||||
user_pref("extensions.formautofill.addresses.enabled", true);
|
||||
user_pref("extensions.formautofill.creditCards.enabled", true);
|
||||
```
|
||||
|
||||
***
|
||||
|
||||
### Location requests
|
||||
Location requests are blocked to minimize annoyances.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user