mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
librewolf: Don't restore pinned tabs simultaneously
Makes pinned tabs more viable since timing correlation attacks can be reduced after a browser crash.
This commit is contained in:
parent
7bd2ae13ac
commit
f3b256d361
@ -12,6 +12,7 @@
|
||||
"browser.tabs.warnOnClose" = true;
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
"browser.quitShortcut.disabled" = true;
|
||||
"browser.sessionstore.restore_pinned_tabs_on_demand" = true;
|
||||
"browser.urlbar.suggest.bookmark" = false;
|
||||
"browser.urlbar.suggest.history" = false;
|
||||
"browser.urlbar.suggest.topsites" = false;
|
||||
|
Loading…
Reference in New Issue
Block a user