feat(waf): ausgeschlossene Regeln grün + Bereits-Ausnahme-Tag — v1.2.84

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-06-03 13:52:03 +02:00
parent 134466293d
commit 025854150d
5 changed files with 32 additions and 8 deletions

View File

@@ -1833,7 +1833,8 @@
"noDomain": "Domain not found — configure exception manually.",
"exceptionModalTitle": "Add exception for rule {{rule}}",
"exceptionModalHint": "Optional: describe why this rule is a false positive for this domain.",
"exceptionNotePlaceholder": "e.g. Our custom API uses non-standard headers that trigger this rule."
"exceptionNotePlaceholder": "e.g. Our custom API uses non-standard headers that trigger this rule.",
"alreadyExcluded": "Already excluded"
}
}
}