hash scripts
This commit is contained in:
parent
e3b3dc94ff
commit
f335f789fd
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ export default {
|
||||||
serviceWorker: {
|
serviceWorker: {
|
||||||
register: false
|
register: false
|
||||||
},
|
},
|
||||||
|
csp: {
|
||||||
|
mode: 'hash',
|
||||||
|
directives: {
|
||||||
|
'script-src': ['self']
|
||||||
|
}
|
||||||
|
},
|
||||||
alias: {
|
alias: {
|
||||||
$content: './src/lib/content'
|
$content: './src/lib/content'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue