summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-07 08:13:33 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-07 16:52:12 +0100
commitd777e9f52b2f04711738f13bd31e75ce1f8b8fcc (patch)
tree1b04215ae3da9cf0033e595cbbb6c785cbfa138b
parent96dc04adad89530909fafa28ee691e319f816b7d (diff)
downloaditzks-systems-d777e9f52b2f04711738f13bd31e75ce1f8b8fcc.tar.gz
itzks-systems-d777e9f52b2f04711738f13bd31e75ce1f8b8fcc.tar.bz2
itzks-systems-d777e9f52b2f04711738f13bd31e75ce1f8b8fcc.zip
etc/firefox-esr/itzks_caching.js: Drop file. This is now the default in Debian Edu's Firefox ESR config tweaks.
-rw-r--r--debian/itzks-systems-common.maintscript1
-rw-r--r--etc/firefox-esr/itzks_caching.js2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/itzks-systems-common.maintscript b/debian/itzks-systems-common.maintscript
index 8db0638..637dd31 100644
--- a/debian/itzks-systems-common.maintscript
+++ b/debian/itzks-systems-common.maintscript
@@ -3,3 +3,4 @@ mv_conffile /etc/modprobe.d/dsp-fix.conf /etc/modprobe.d/itzks-systems-common_ds
rm_conffile /etc/network/if-up.d/itzks-autofs 2022.01.01.1~
rm_conffile /etc/network/if-up.d/itzks-cups 2022.01.01.1~
rm_conffile /etc/chromium/policies/managed/itzks-systems-common.json 2022.01.07.1~
+rm_conffile /etc/firefox-esr/itzks_caching.js 2022.01.07.1~
diff --git a/etc/firefox-esr/itzks_caching.js b/etc/firefox-esr/itzks_caching.js
deleted file mode 100644
index 929ea31..0000000
--- a/etc/firefox-esr/itzks_caching.js
+++ /dev/null
@@ -1,2 +0,0 @@
-pref("browser.cache.disk.enable", "false");
-pref("browser.cache.memory.enable", "true");