瀏覽代碼

Disables additional WAF Rule

This rule was blocking legit traffic. To be tagged v4.1.6
Brad Poulton 3 年之前
父節點
當前提交
50e68f692c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      base/customer_portal/waf.tf

+ 1 - 0
base/customer_portal/waf.tf

@@ -11,6 +11,7 @@ module "waf" {
   excluded_rules_AWSManagedRulesCommonRuleSet = [
     "SizeRestrictions_BODY",
     "GenericRFI_BODY",             # Blocks portal lambda MSOCI-2060
+    "CrossSiteScripting_BODY",     # Blocks portal API MSOCI-2121
   ]
 
   # These are passed through and should be the same for module