Skip to content

Commit

Permalink
Merge pull request #15 from a-company-jp/allow-all-origin-gcs
Browse files Browse the repository at this point in the history
allow all origin gcs
  • Loading branch information
Shion1305 authored Apr 13, 2024
2 parents 9fdcd52 + b0eac84 commit 3634378
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 3634378

Please sign in to comment.