Skip to content

Commit

Permalink
feat: Allow all origins
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jan 7, 2024
1 parent 6cd9d91 commit 7c8607b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions terraform/modules/kitten-science-website/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,7 @@ resource "aws_cloudfront_response_headers_policy" "this" {
}

access_control_allow_origins {
items = [
"https://kittensgame.com",
"http://127.0.0.1:8100",
"http://localhost:8100"
]
items = ["*"]
}

origin_override = true
Expand Down

0 comments on commit 7c8607b

Please sign in to comment.