Add default cors-policy for storage bucket

CQTexperiment
Christopher Snowhill 2022-01-15 16:22:32 -08:00
parent 8eb2b4c4a3
commit 8b7cd39576
1 changed files with 9 additions and 0 deletions

9
Scripts/cors-policy.xml Normal file
View File

@ -0,0 +1,9 @@
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>https://cog.losno.co</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
<MaxAgeSeconds>3600</MaxAgeSeconds>
<ExposeHeader>x-server-side-encryption</ExposeHeader>
</CORSRule>
</CORSConfiguration>