Import regex.list if requested. Don't check validity of regex filters as they are not necessarily in valid domain format

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-07-14 15:33:52 +02:00
parent 6dc8bf300c
commit 50885d092a
2 changed files with 14 additions and 10 deletions
+2 -2
View File
@@ -1096,9 +1096,9 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
Blacklist (exact)</label>
</div>
<div class="checkbox">
<label><input type="checkbox" name="wildlist" value="true"
<label><input type="checkbox" name="regexlist" value="true"
checked>
Blacklist (wildcard)</label>
Regex filters</label>
</div>
</div>
</div>