Add default cors-policy for storage bucket
This commit is contained in:
parent
8eb2b4c4a3
commit
8b7cd39576
1 changed files with 9 additions and 0 deletions
9
Scripts/cors-policy.xml
Normal file
9
Scripts/cors-policy.xml
Normal 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>
|
Loading…
Reference in a new issue