We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
access-control-allow-origin
1 parent 0a683a3 commit f105882Copy full SHA for f105882
src/runtime/server/handler.ts
@@ -15,7 +15,6 @@ const ignoredResponseHeaders = new Set([
15
'content-encoding',
16
'content-length',
17
// Reduce information leakage
18
- 'access-control-allow-origin',
19
'server',
20
'x-powered-by',
21
])
@@ -63,7 +62,7 @@ async function fetcher({
63
62
}
64
65
const cachedFetcher = defineCachedFunction(fetcher, {
66
- name: 'kirby',
+ name: 'nuxt-kql',
67
base: kql.server.storage,
68
swr: kql.server.swr,
69
maxAge: kql.server.maxAge,
0 commit comments