Skip to content

Commit 9646726

Browse files
author
salvatore
committed
added credentialless for csp
1 parent c66316a commit 9646726

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/services/VideoServiceBase.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class VideoServiceBase {
6565
iframeAttributeList.push([ "mozallowfullscreen" ]);
6666
iframeAttributeList.push([ "allowfullscreen" ]);
6767
}
68-
console.log('DDDDDDDD',this.options,this.env.options)
68+
69+
// to support CSP
6970
if (this.options.credentialless === true) {
7071
iframeAttributeList.push([ "credentialless" ]);
7172
}

0 commit comments

Comments
 (0)