Skip to content

Commit a73e95e

Browse files
authored
Query Log: Add QUERY_EXTERNAL_BLOCKED_EDE15 rules (#3347)
2 parents 6bef370 + d43fcd7 commit a73e95e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/js/queries.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ function parseQueryStatus(data) {
149149
buttontext = "";
150150
blocked = true;
151151
break;
152+
case "QUERY_EXTERNAL_BLOCKED_EDE15":
153+
colorClass = "text-red";
154+
icon = "fa-solid fa-ban";
155+
fieldtext = "Blocked (external, EDE15)";
156+
buttontext = "";
157+
blocked = true;
158+
break;
152159
case "GRAVITY_CNAME":
153160
colorClass = "text-red";
154161
icon = "fa-solid fa-ban";

0 commit comments

Comments
 (0)