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/chromium-common.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-a-l/chromium-common.profile') diff --git a/etc/profile-a-l/chromium-common.profile b/etc/profile-a-l/chromium-common.profile index b0e0254d4..dbeb715d4 100644 --- a/etc/profile-a-l/chromium-common.profile +++ b/etc/profile-a-l/chromium-common.profile @@ -9,8 +9,8 @@ include chromium-common.local # noexec ${HOME} breaks DRM binaries. ?BROWSER_ALLOW_DRM: ignore noexec ${HOME} -noblacklist ${HOME}/.pki -noblacklist ${HOME}/.local/share/pki +nodeny ${HOME}/.pki +nodeny ${HOME}/.local/share/pki # Add the next line to your chromium-common.local if you want Google Chrome/Chromium browser # to have access to Gnome extensions (extensions.gnome.org) via browser connector @@ -26,9 +26,9 @@ include disable-xdg.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-usr-share-common.inc -- cgit v1.2.3-70-g09d2