cog/Scripts/cors-policy.xml

10 lines
298 B
XML
Raw Normal View History

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