From 2f4217d2f96dc88ed128e4e73c5d64e0b45b1c1e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Jul 2024 17:34:19 +0300 Subject: [PATCH] firefox: make caches user set preferences They will reset to these values at start, but as they take effect instantly, I can enable disk cache when I need it and not have to worry about remembering to toggle it. --- etc/firefox/policies/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 0291b1b7..eeec5627 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -309,12 +309,12 @@ "Value": false }, "browser.cache.disk.enable": { - "Status": "default", + "Status": "user", "Type": "boolean", "Value": false }, "browser.cache.memory.enable": { - "Status": "default", + "Status": "user", "Type": "boolean", "Value": true },