mirror of
https://github.com/pi-hole/web.git
synced 2025-12-19 18:28:24 +00:00
Query Log: Add QUERY_EXTERNAL_BLOCKED_EDE15 rules (#3347)
This commit is contained in:
@@ -149,6 +149,13 @@ function parseQueryStatus(data) {
|
||||
buttontext = "";
|
||||
blocked = true;
|
||||
break;
|
||||
case "QUERY_EXTERNAL_BLOCKED_EDE15":
|
||||
colorClass = "text-red";
|
||||
icon = "fa-solid fa-ban";
|
||||
fieldtext = "Blocked (external, EDE15)";
|
||||
buttontext = "";
|
||||
blocked = true;
|
||||
break;
|
||||
case "GRAVITY_CNAME":
|
||||
colorClass = "text-red";
|
||||
icon = "fa-solid fa-ban";
|
||||
|
||||
Reference in New Issue
Block a user