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 0b9037f commit adf3503Copy full SHA for adf3503
lib/csp.js
@@ -71,7 +71,7 @@ function addInlineScriptExceptions (directives) {
71
directives.scriptSrc.push(getCspNonce)
72
// TODO: This is the SHA-256 hash of the inline script in build/reveal.js/plugins/notes/notes.html
73
// Any more clean solution appreciated.
74
- directives.scriptSrc.push('\'sha256-Lc+VnBdinzYTTAkFrIoUqdoA9EQFeS1AF9ybmF+LLfM=\'')
+ directives.scriptSrc.push('\'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=\'')
75
}
76
77
function getCspNonce (req, res) {
0 commit comments