Skip to content

Commit

Permalink
🔧 allow all origin for gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Apr 13, 2024
1 parent 0076cbe commit 950af04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/dev/gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "google_storage_bucket" "public_image_bucket" {
uniform_bucket_level_access = true

cors {
origin = ["https://github.com"]
origin = ["*"]
method = ["GET"]
response_header = ["*"]
max_age_seconds = 3600
Expand Down

0 comments on commit 950af04

Please sign in to comment.