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-m-z/uzbl-browser.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-m-z/uzbl-browser.profile') diff --git a/etc/profile-m-z/uzbl-browser.profile b/etc/profile-m-z/uzbl-browser.profile index 41487a8f2..6899f4bf7 100644 --- a/etc/profile-m-z/uzbl-browser.profile +++ b/etc/profile-m-z/uzbl-browser.profile @@ -5,9 +5,9 @@ include uzbl-browser.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/uzbl -noblacklist ${HOME}/.gnupg -noblacklist ${HOME}/.local/share/uzbl +nodeny ${HOME}/.config/uzbl +nodeny ${HOME}/.gnupg +nodeny ${HOME}/.local/share/uzbl # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc @@ -22,11 +22,11 @@ mkdir ${HOME}/.config/uzbl mkdir ${HOME}/.gnupg mkdir ${HOME}/.local/share/uzbl mkdir ${HOME}/.password-store -whitelist ${DOWNLOADS} -whitelist ${HOME}/.config/uzbl -whitelist ${HOME}/.gnupg -whitelist ${HOME}/.local/share/uzbl -whitelist ${HOME}/.password-store +allow ${DOWNLOADS} +allow ${HOME}/.config/uzbl +allow ${HOME}/.gnupg +allow ${HOME}/.local/share/uzbl +allow ${HOME}/.password-store include whitelist-common.inc caps.drop all -- cgit v1.2.3-70-g09d2