1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Password, credit card, and address management since we don't disable them anymore

yokoffing
2025-12-18 15:49:45 -05:00
parent 5cd1004ff3
commit 446b79f5c5
-20
@@ -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
Location requests are blocked to minimize annoyances. Location requests are blocked to minimize annoyances.