Skip to content

Commit

Permalink
add api-dev for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 5, 2024
1 parent ca330ce commit 8ff482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/transform_rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 8ff482f

Please sign in to comment.