diff options
author | Christoph (Sheogorath) Kern | 2018-12-06 10:35:41 +0100 |
---|---|---|
committer | GitHub | 2018-12-06 10:35:41 +0100 |
commit | 7f0fe6903c00b479f885cbe7ccbc38804c45aa30 (patch) | |
tree | 4a788f83ebddc31554b6c5f0b61fba972fbc1857 | |
parent | b9848a4f7c065a7d8979ae9cac435aca7dcf73bd (diff) | |
parent | a556575b917174fc6b2d2645019ad0045205398d (diff) |
Merge pull request #1091 from SISheogorath/fix/speakerNotesCSP
Fix CSP for speaker notes
Diffstat (limited to '')
-rw-r--r-- | lib/csp.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ function addInlineScriptExceptions (directives) { directives.scriptSrc.push(getCspNonce) // TODO: This is the SHA-256 hash of the inline script in build/reveal.js/plugins/notes/notes.html // Any more clean solution appreciated. - directives.scriptSrc.push('\'sha256-L0TsyAQLAc0koby5DCbFAwFfRs9ZxesA+4xg0QDSrdI=\'') + directives.scriptSrc.push('\'sha256-Lc+VnBdinzYTTAkFrIoUqdoA9EQFeS1AF9ybmF+LLfM=\'') } function getCspNonce (req, res) { |