Merge pull request #1091 from SISheogorath/fix/speakerNotesCSP
Fix CSP for speaker notes
This commit is contained in:
commit
7f0fe6903c
1 changed files with 1 additions and 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) {
|
||||
|
|
Loading…
Reference in a new issue