Skip to content

CORS

🚜

no CORS by default

explicitly in astro.config:

security: {
checkOrigin: false,
},

if you want to enable corse, follow this guide: https://docs.astro.build/en/reference/configuration-reference/#security