mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-19 23:40:07 +00:00
fix(pwa): add manifest-src to CSP (#2428)
This commit is contained in:
parent
77a3bd833d
commit
1a0e83365a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue