Skip to content

Commit

Permalink
fix: site verification files allowed path were not properly included …
Browse files Browse the repository at this point in the history
…in regex (#510)
  • Loading branch information
craigzour authored Oct 11, 2023
1 parent 2fba19c commit 30a9c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/load_balancer/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ resource "aws_wafv2_regex_pattern_set" "valid_app_uri_paths" {

# This is a temporary rule to allow search engines tools to access ownership verification files
regular_expression {
regex_string = "^\\/(?:en|fr)?\\/?(?:(BingSiteAuth\\.xml|googlef34bd8c094c26cb0\\.html)$"
regex_string = "^\\/?(BingSiteAuth\\.xml|googlef34bd8c094c26cb0\\.html)$"
}

regular_expression {
Expand Down

0 comments on commit 30a9c8b

Please sign in to comment.