From 446b79f5c565704393b305bd4a2ce889dd59e494 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:49:45 -0500 Subject: [PATCH] Password, credit card, and address management since we don't disable them anymore --- Common-Overrides.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 58b2d55..6d0f872 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -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.