|
@@ -23,7 +23,8 @@ module "waf" {
|
|
|
|
|
|
excluded_rules_AWSManagedRulesCommonRuleSet = [
|
|
|
"SizeRestrictions_BODY",
|
|
|
- "CrossSiteScripting_BODY"
|
|
|
+ "CrossSiteScripting_BODY",
|
|
|
+ "GenericLFI_BODY" # JIRA EditFilter.jspa throws this when updating a filter
|
|
|
]
|
|
|
|
|
|
# These are passed through and should be the same for module
|