Skip to content

Commit 5a14b2e

Browse files
committed
fix comment
1 parent a51d08e commit 5a14b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/context/context_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (c TemplateContext) HeadMetaContentSecurityPolicy() template.HTML {
137137
// enforce nonce for all scripts, disallow inline scripts
138138
`script-src * 'nonce-` + c.CspScriptNonce() + `';` +
139139

140-
// it seems that Vue needs the unsafe-inline, need to investigate
140+
// it seems that Vue needs the unsafe-inline, and our custom colors (e.g.: label) also need it
141141
`style-src * 'unsafe-inline';` +
142142
`">`)
143143
}

0 commit comments

Comments
 (0)