From 2de42e3b464beeca2f7ce659f2c89138db2c8ac3 Mon Sep 17 00:00:00 2001 From: Timm Heuss Date: Sun, 25 Aug 2024 19:05:40 +0200 Subject: [PATCH] Disable remembering of passwords --- Library/Application Support/Firefox/Profiles/default/user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Application Support/Firefox/Profiles/default/user.js b/Library/Application Support/Firefox/Profiles/default/user.js index aa15651..7ba7aa9 100644 --- a/Library/Application Support/Firefox/Profiles/default/user.js +++ b/Library/Application Support/Firefox/Profiles/default/user.js @@ -101,3 +101,6 @@ user_pref("app.normandy.api_url", ""); // Disable PPA // https://michael.kjorling.se/blog/2024/disabling-privacy-preserving-ad-measurement-in-firefox-128/ user_pref("dom.private-attribution.submission.enabled", false); + +user_pref("signon.rememberSignons", false); +