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/librewolf.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-a-l/librewolf.profile') diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile index da047357a..5c614ab8e 100644 --- a/etc/profile-a-l/librewolf.profile +++ b/etc/profile-a-l/librewolf.profile @@ -6,13 +6,13 @@ include librewolf.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/librewolf -noblacklist ${HOME}/.librewolf +nodeny ${HOME}/.cache/librewolf +nodeny ${HOME}/.librewolf mkdir ${HOME}/.cache/librewolf mkdir ${HOME}/.librewolf -whitelist ${HOME}/.cache/librewolf -whitelist ${HOME}/.librewolf +allow ${HOME}/.cache/librewolf +allow ${HOME}/.librewolf # Add the next lines to your librewolf.local if you want to use the migration wizard. #noblacklist ${HOME}/.mozilla @@ -23,10 +23,10 @@ whitelist ${HOME}/.librewolf #whitelist ${RUNUSER}/kpxc_server #whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer -whitelist /usr/share/doc -whitelist /usr/share/gtk-doc/html -whitelist /usr/share/mozilla -whitelist /usr/share/webext +allow /usr/share/doc +allow /usr/share/gtk-doc/html +allow /usr/share/mozilla +allow /usr/share/webext include whitelist-usr-share-common.inc # Add the next line to your librewolf.local to enable private-bin (Arch Linux). -- cgit v1.2.3-70-g09d2