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 a51d08e commit 5a14b2eCopy full SHA for 5a14b2e
1 file changed
services/context/context_template.go
@@ -137,7 +137,7 @@ func (c TemplateContext) HeadMetaContentSecurityPolicy() template.HTML {
137
// enforce nonce for all scripts, disallow inline scripts
138
`script-src * 'nonce-` + c.CspScriptNonce() + `';` +
139
140
- // it seems that Vue needs the unsafe-inline, need to investigate
+ // it seems that Vue needs the unsafe-inline, and our custom colors (e.g.: label) also need it
141
`style-src * 'unsafe-inline';` +
142
`">`)
143
}
0 commit comments