From 400306008fe86407a278b1a3fc5baa9c74230a75 Mon Sep 17 00:00:00 2001 From: aaronshiel Date: Tue, 30 May 2023 20:25:18 -0700 Subject: [PATCH] exclude bot rule --- main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 0cc0ad1..a26cdeb 100644 --- a/main.tf +++ b/main.tf @@ -136,7 +136,8 @@ module "cdn_firewall" { disable_bot_protection_for_amazon_ips = false excluded_bot_rules = [ "CategorySocialMedia", # slack - "CategorySearchEngine" # google bot + "CategorySearchEngine", # google bot + "CategoryHttpLibrary" ] excluded_common_rules = [ "SizeRestrictions_BODY", # 8kb is not enough