From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/profile-a-l/firefox-common.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-a-l/firefox-common.profile') diff --git a/etc/profile-a-l/firefox-common.profile b/etc/profile-a-l/firefox-common.profile index 8b74ed979..cb0fae5dc 100644 --- a/etc/profile-a-l/firefox-common.profile +++ b/etc/profile-a-l/firefox-common.profile @@ -12,8 +12,8 @@ include firefox-common.local # Add the next line to your firefox-common.local to allow access to common programs/addons/plugins. #include firefox-common-addons.profile -noblacklist ${HOME}/.pki -noblacklist ${HOME}/.local/share/pki +nodeny ${HOME}/.pki +nodeny ${HOME}/.local/share/pki include disable-common.inc include disable-devel.inc @@ -23,9 +23,9 @@ include disable-programs.inc mkdir ${HOME}/.pki mkdir ${HOME}/.local/share/pki -whitelist ${DOWNLOADS} -whitelist ${HOME}/.pki -whitelist ${HOME}/.local/share/pki +allow ${DOWNLOADS} +allow ${HOME}/.pki +allow ${HOME}/.local/share/pki include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2