stash
This commit is contained in:
parent
448c166507
commit
17bfb84a94
62 changed files with 62258 additions and 107 deletions
|
|
@ -22,8 +22,8 @@ export default defineConfig({
|
|||
'Content-Security-Policy': 'default-src \'self\';'
|
||||
+ ' script-src \'self\' \'wasm-unsafe-eval\';'
|
||||
+ ' style-src \'self\' \'unsafe-inline\';'
|
||||
+ ' img-src \'self\' data:; '
|
||||
+ ' connect-src * data:', // TODO: change * to https://* for production (probably in nginx config not here)
|
||||
+ ' img-src \'self\' https://* data:;'
|
||||
+ ' connect-src https://* data:',
|
||||
},
|
||||
},
|
||||
test: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue