Skip to content

Commit

Permalink
Revert "DDPB-4846 - re-add XSS waf rule (#1443)" (#1457)
Browse files Browse the repository at this point in the history
This reverts commit c31a937.
  • Loading branch information
jamesrwarren authored Nov 15, 2023
1 parent c31a937 commit 85b99b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/account/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ resource "aws_wafv2_web_acl" "main" {
name = "SizeRestrictions_BODY"
}

rule_action_override {
action_to_use {
count {}
}
name = "CrossSiteScripting_BODY"
}

}
}
visibility_config {
Expand Down

0 comments on commit 85b99b0

Please sign in to comment.