Skip to content

Commit

Permalink
don't preserve download history in librewolf
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahlenden committed Oct 25, 2024
1 parent 1073015 commit d03747f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/librewolf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"https://safebrowsing.google.com/safebrowsing/downloads?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2&key=%GOOGLE_SAFEBROWSING_API_KEY%";

"browser.safebrowsing.downloads.enabled" = true;

# expanding or shrinking the inner window size in fixed increments, letting you blend in with a larger number of users
"privacy.resistFingerprinting.letterboxing" = true;

# Preserve browsing and download history
"privacy.clearOnShutdown.history" = false;
"privacy.clearOnShutdown.downloads" = false;
"privacy.clearOnShutdown.downloads" = true;
};
};

Expand Down

0 comments on commit d03747f

Please sign in to comment.