We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2b8d6 commit e5f03feCopy full SHA for e5f03fe
1 file changed
app.js
@@ -173,6 +173,10 @@ if (config.csp.enable) {
173
}
174
if (directives.scriptSrc.indexOf('\'unsafe-inline\'') === -1) {
175
directives.scriptSrc.push(getCspNonce)
176
+ // TODO: This is the SHA-256 hash of the inline script in
177
+ // build/reveal.js/plugins/notes/notes.html . Any cleaner
178
+ // solution appreciated.
179
+ directives.scriptSrc.push('\'sha256-EtvSSxRwce5cLeFBZbvZvDrTiRoyoXbWWwvEVciM5Ag=\'')
180
181
directives.connectSrc.push(getCspWebSocketUrl)
182
if (config.csp.upgradeInsecureRequests === 'auto') {
0 commit comments