mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 06:41:16 +00:00
longer preflight request cache
This commit is contained in:
parent
6c47c6b12e
commit
4dcdaa3783
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export async function GET({ url }) {
|
|||
'Access-Control-Allow-Origin': '*',
|
||||
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, HEAD, OPTIONS',
|
||||
'Access-Control-Allow-Headers': 'Content-Type, Accept, X-Requested-With, sentry-trace, baggage, traceparent, tracestate',
|
||||
'Access-Control-Max-Age': '86400',
|
||||
'Access-Control-Max-Age': '172800',
|
||||
|
||||
'Content-Type': ret.headers.get('Content-Type')!,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue