Skip to content

Commit

Permalink
DDPB-4846 - re-add XSS waf rule (#1443)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim <[email protected]>
  • Loading branch information
xaithe and jamesrwarren authored Nov 15, 2023
1 parent cfa6ce6 commit c31a937
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/account/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ 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 c31a937

Please sign in to comment.