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 af26992 + b7e5a82 commit 4292578Copy full SHA for 4292578
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-EtvSSxRwce5cLeFBZbvZvDrTiRoyoXbWWwvEVciM5Ag=\'')
+ directives.scriptSrc.push('\'sha256-L0TsyAQLAc0koby5DCbFAwFfRs9ZxesA+4xg0QDSrdI=\'')
75
}
76
77
function getCspNonce (req, res) {
0 commit comments