pyllyukko / user.js

user.js -- Firefox configuration hardening
MIT License
2.75k stars 232 forks source link

set `browser.sessionstore.max_tabs_undo = 0` #549

Closed nodiscc closed 7 months ago

nodiscc commented 7 months ago

While reviewing https://wiki.mozilla.org/Privacy/Privacy_Task_Force/firefox_about_config_privacy_tweeks, I found this pref which is currently not set in user.js

browser.sessionstore.max_tabs_undo = 0

Even with Firefox set to not remember history, your closed tabs are stored temporarily at Menu -> History -> Recently Closed Tabs.

pyllyukko commented 7 months ago

Let's add this. Want to make a PR?

nodiscc commented 7 months ago

Sure, putting this on my list of things to do, expect a PR sometime soon.

pyllyukko commented 7 months ago

Sure, putting this on my list of things to do, expect a PR sometime soon.

Awesome. Thanks!