Skip to content

Commit

Permalink
exclude bot rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 31, 2023
1 parent a1520bf commit 4003060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4003060

Please sign in to comment.