Refractor videojs player
Add fake p2p-media-loader plugin
This commit is contained in:
parent
7eeb6a0ba4
commit
2adfc7ea9a
24 changed files with 1066 additions and 723 deletions
|
@ -16,7 +16,7 @@ const baseDirectives = Object.assign({},
|
|||
baseUri: ["'self'"],
|
||||
manifestSrc: ["'self'"],
|
||||
frameSrc: ["'self'"], // instead of deprecated child-src / self because of test-embed
|
||||
workerSrc: ["'self'"] // instead of deprecated child-src
|
||||
workerSrc: ["'self'", 'blob:'] // instead of deprecated child-src
|
||||
},
|
||||
CONFIG.SERVICES['CSP-LOGGER'] ? { reportUri: CONFIG.SERVICES['CSP-LOGGER'] } : {},
|
||||
CONFIG.WEBSERVER.SCHEME === 'https' ? { upgradeInsecureRequests: true } : {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue