Refractor videojs player

Add fake p2p-media-loader plugin
This commit is contained in:
Chocobozzz 2019-01-23 15:36:45 +01:00 committed by Chocobozzz
parent 7eeb6a0ba4
commit 2adfc7ea9a
24 changed files with 1066 additions and 723 deletions

View file

@ -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 } : {}