Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #249 from thornbill/no-poster-for-you
Browse files Browse the repository at this point in the history
Remove csp rule for default video player poster
  • Loading branch information
dkanada authored Jan 24, 2020
2 parents b3a1965 + 063f178 commit e2af63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function modifyIndex() {
// inject CSP meta tag
var meta = this.createElement('meta');
meta.setAttribute('http-equiv', 'Content-Security-Policy');
meta.setAttribute('content', 'default-src * \'self\' \'unsafe-inline\' \'unsafe-eval\' blob: data: gap: file: filesystem: ws: wss:; img-src * android-webview-video-poster:;');
meta.setAttribute('content', 'default-src * \'self\' \'unsafe-inline\' \'unsafe-eval\' blob: data: gap: file: filesystem: ws: wss:;');
this.head.appendChild(meta);

// inject appMode script
Expand Down

0 comments on commit e2af63b

Please sign in to comment.