Skip to content

Commit

Permalink
Disable remembering of passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Aug 26, 2024
1 parent bf2cb3b commit 2de42e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Application Support/Firefox/Profiles/default/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 2de42e3

Please sign in to comment.