mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Disable CORS
This commit is contained in:
parent
fe5bc7f663
commit
a05f44a523
1 changed files with 3 additions and 0 deletions
|
|
@ -61,5 +61,8 @@ export default defineConfig({
|
|||
'/holy12': { status: 307, destination: '/maintenance' },
|
||||
'/request': { status: 307, destination: '/maintenance' },
|
||||
'/search': { status: 307, destination: '/maintenance' }
|
||||
},
|
||||
security: {
|
||||
checkOrigin: false
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue