Merge pull request #779 from SISheogorath/fix/cspForVideo

Allow embedding of video and audio tags
This commit is contained in:
Christoph (Sheogorath) Kern 2018-03-26 14:51:09 +02:00 committed by GitHub
commit 5d57a4bb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ var defaultDirectives = {
styleSrc: ['\'self\'', '\'unsafe-inline\'', 'https://assets-cdn.github.com'], // unsafe-inline is required for some libs, plus used in views
fontSrc: ['\'self\'', 'https://public.slidesharecdn.com'],
objectSrc: ['*'], // Chrome PDF viewer treats PDFs as objects :/
mediaSrc: ['*'],
childSrc: ['*'],
connectSrc: ['*']
}