From ab66db334661477be29d11ac70045e9b2968c82e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 21 Oct 2020 16:02:11 +0200 Subject: [locationinfo] URLPANEL: Allow black- and whitelist simultaneously References #3790 --- modules-available/locationinfo/inc/locationinfo.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules-available/locationinfo/inc/locationinfo.inc.php') diff --git a/modules-available/locationinfo/inc/locationinfo.inc.php b/modules-available/locationinfo/inc/locationinfo.inc.php index 80b8e66a..6427cc1a 100644 --- a/modules-available/locationinfo/inc/locationinfo.inc.php +++ b/modules-available/locationinfo/inc/locationinfo.inc.php @@ -118,8 +118,8 @@ class LocationInfo } if ($type === 'URL') { return array( - 'iswhitelist' => 0, - 'urllist' => '', + 'whitelist' => '*', + 'blacklist' => '', 'insecure-ssl' => 0, 'reload-minutes' => 0, 'split-login' => 0, -- cgit v1.2.3-55-g7522