diff --git a/cors-config.json b/cors-config.json index 360efd9..275ef57 100644 --- a/cors-config.json +++ b/cors-config.json @@ -1,10 +1,13 @@ { "CORSRules": [ { - "AllowedOrigins": ["*"], - "AllowedMethods": ["GET", "PUT", "POST", "DELETE", "HEAD"], + "AllowedOrigins": [ + "https://lawn.video", + "https://www.lawn.video" + ], + "AllowedMethods": ["GET", "PUT", "HEAD"], "AllowedHeaders": ["*"], - "ExposeHeaders": ["ETag", "x-amz-request-id", "x-amz-id-2"], + "ExposeHeaders": ["ETag"], "MaxAgeSeconds": 3600 } ]