From 894a1cb46dd81515446a2eda85356681c728490d Mon Sep 17 00:00:00 2001 From: Alan Faubert Date: Thu, 14 Jan 2021 18:53:38 -0500 Subject: [PATCH] firefox: add disable_history template --- firefox/disable_history | 1 + 1 file changed, 1 insertion(+) create mode 100644 firefox/disable_history diff --git a/firefox/disable_history b/firefox/disable_history new file mode 100644 index 0000000..ef35984 --- /dev/null +++ b/firefox/disable_history @@ -0,0 +1 @@ +user_pref("places.history.enabled", false);