added CSP
This commit is contained in:
parent
dc30ebb35e
commit
3a79fd4488
2 changed files with 39 additions and 17 deletions
|
@ -3,6 +3,9 @@ import { VitePWA } from 'vite-plugin-pwa'
|
|||
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
html: {
|
||||
cspNonce: 'KAAS_IS_AWESOME',
|
||||
},
|
||||
plugins: [
|
||||
VitePWA({
|
||||
mode: 'development',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue