diff --git a/terraform/transform_rules.tf b/terraform/transform_rules.tf index 090ad32..cc6b147 100644 --- a/terraform/transform_rules.tf +++ b/terraform/transform_rules.tf @@ -26,7 +26,7 @@ resource "cloudflare_ruleset" "security_response_headers" { operation = "set" } } - expression = "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\")" + expression = "(not http.host contains \"api\" and not http.host contains \"manager\" and not http.host contains \"status\" and not http.host contains \"api-dev\")" enabled = true description = "Sets security response headers" }