We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908a468 commit 240fc8bCopy full SHA for 240fc8b
dashboard/src/main/kotlin/com/dunctebot/dashboard/WebServer.kt
@@ -48,7 +48,7 @@ class WebServer {
48
} else {
49
config.staticFiles.add("/public", Location.CLASSPATH)
50
config.vue.optimizeDependencies = false
51
- config.vue.enableCspAndNonces = true
+ config.vue.enableCspAndNonces = false // sucks to not have nonces, but CSP sucks.
52
}
53
// 191231307290771456
54
// 191245668617158656
0 commit comments