mirror of
https://github.com/status-im/codimd.git
synced 2025-01-24 19:20:32 +00:00
Merge pull request #779 from SISheogorath/fix/cspForVideo
Allow embedding of video and audio tags
This commit is contained in:
commit
5d57a4bb6f
@ -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: ['*']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user