fix(pwa): add manifest-src to CSP (#2428)
This commit is contained in:
parent
77a3bd833d
commit
1a0e83365a
@ -239,6 +239,7 @@ export default defineNuxtConfig({
|
||||
'form-action': ['\'none\''],
|
||||
'frame-ancestors': ['\'none\''],
|
||||
'img-src': ['\'self\'', 'https:', 'http:', 'data:', 'blob:'],
|
||||
'manifest-src': ['\'self\''],
|
||||
'media-src': ['\'self\'', 'https:', 'http:'],
|
||||
'object-src': ['\'none\''],
|
||||
'script-src': ['\'self\'', '\'unsafe-inline\'', '\'wasm-unsafe-eval\''],
|
||||
|
Loading…
Reference in New Issue
Block a user