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.
2 parents b9848a4 + a556575 commit 7f0fe69Copy full SHA for 7f0fe69
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-L0TsyAQLAc0koby5DCbFAwFfRs9ZxesA+4xg0QDSrdI=\'')
+ directives.scriptSrc.push('\'sha256-Lc+VnBdinzYTTAkFrIoUqdoA9EQFeS1AF9ybmF+LLfM=\'')
75
}
76
77
function getCspNonce (req, res) {
0 commit comments