fix(deps): update dependencies (#1908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
42dc99929e
commit
a1026d3aab
4 changed files with 198 additions and 113 deletions
|
@ -199,22 +199,19 @@ export default defineNuxtConfig({
|
|||
headers: {
|
||||
crossOriginEmbedderPolicy: false,
|
||||
contentSecurityPolicy: {
|
||||
value: {
|
||||
'default-src': ['\'self\''],
|
||||
'base-uri': ['\'self\''],
|
||||
'connect-src': ['\'self\'', 'https:', 'http:', 'wss:', 'ws:'],
|
||||
'font-src': ['\'self\''],
|
||||
'form-action': ['\'none\''],
|
||||
'frame-ancestors': ['\'none\''],
|
||||
'img-src': ['\'self\'', 'https:', 'http:', 'data:', 'blob:'],
|
||||
'media-src': ['\'self\'', 'https:', 'http:'],
|
||||
'object-src': ['\'none\''],
|
||||
'script-src': ['\'self\'', '\'unsafe-inline\'', '\'wasm-unsafe-eval\''],
|
||||
'script-src-attr': ['\'none\''],
|
||||
'style-src': ['\'self\'', '\'unsafe-inline\''],
|
||||
'upgrade-insecure-requests': true,
|
||||
},
|
||||
route: '/**',
|
||||
'default-src': ['\'self\''],
|
||||
'base-uri': ['\'self\''],
|
||||
'connect-src': ['\'self\'', 'https:', 'http:', 'wss:', 'ws:'],
|
||||
'font-src': ['\'self\''],
|
||||
'form-action': ['\'none\''],
|
||||
'frame-ancestors': ['\'none\''],
|
||||
'img-src': ['\'self\'', 'https:', 'http:', 'data:', 'blob:'],
|
||||
'media-src': ['\'self\'', 'https:', 'http:'],
|
||||
'object-src': ['\'none\''],
|
||||
'script-src': ['\'self\'', '\'unsafe-inline\'', '\'wasm-unsafe-eval\''],
|
||||
'script-src-attr': ['\'none\''],
|
||||
'style-src': ['\'self\'', '\'unsafe-inline\''],
|
||||
'upgrade-insecure-requests': true,
|
||||
},
|
||||
},
|
||||
rateLimiter: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue