Query Log: Add QUERY_EXTERNAL_BLOCKED_EDE15 rules (#3347)

This commit is contained in:
Adam Warner
2025-03-29 10:52:29 +00:00
committed by GitHub

View File

@@ -149,6 +149,13 @@ function parseQueryStatus(data) {
buttontext = ""; buttontext = "";
blocked = true; blocked = true;
break; 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": case "GRAVITY_CNAME":
colorClass = "text-red"; colorClass = "text-red";
icon = "fa-solid fa-ban"; icon = "fa-solid fa-ban";