We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953829c + 4a1c36d commit 9877ae7Copy full SHA for 9877ae7
argocd/manifests/bank/bank-waf-default-blocking-403-response-policy.yaml
@@ -10,7 +10,9 @@ spec:
10
applicationLanguage: utf-8
11
enforcementMode: blocking
12
response-pages:
13
- - responseActionType: custom
14
- responsePageType: default
15
- responseHeader: "HTTP/1.1 403 Forbidden\r\nCache-Control: no-cache\r\nPragma: no-cache\r\nConnection: close"
16
- responseContent: "The request URL was rejected. Please consult with your administrator. Your support ID is: <%TS.request.ID()%>"
+ responseActionType:
+ - custom
+ responsePageType:
+ - default
17
+ responseHeader: "HTTP/1.1 403 Forbidden\r\nCache-Control: no-cache\r\nPragma: no-cache\r\nConnection: close"
18
+ responseContent: "The request URL was rejected. Please consult with your administrator. Your support ID is: <%TS.request.ID()%>"
0 commit comments