Skip to content

Commit

Permalink
exclude from api
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 31, 2023
1 parent 4003060 commit 0408777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ module "cdn_firewall" {
disable_bot_protection_for_amazon_ips = false
excluded_bot_rules = [
"CategorySocialMedia", # slack
"CategorySearchEngine", # google bot
"CategoryHttpLibrary"
"CategorySearchEngine" # google bot
]
excluded_common_rules = [
"SizeRestrictions_BODY", # 8kb is not enough
Expand All @@ -159,6 +158,7 @@ module "api_firewall" {

excluded_bot_rules = [
"CategoryMonitoring",
"CategoryHttpLibrary"
]
excluded_common_rules = [
"SizeRestrictions_BODY", # 8kb is not enough
Expand Down

0 comments on commit 0408777

Please sign in to comment.