UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36
Steps to reproduce the problem:
Please see attached extension
-------------------------------
(manifest.json)
[...] "content_security_policy": "script-src 'self' https://www.youtube.com https://s.ytimg.com [...]
(player.html)
<script src="https://www.youtube.com/iframe_api"></script>
(player.js)
var player;
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
playerVars: {
autoplay: 1
},
videoId: 'ZDSvSuPBThw'
});
}
-------------------------------
It works perfectly with Chrome Stable 65.0.3325.146
It does NOT work with Chrome Dev 66.0.3346.8 or Canary 67.0.3368.1
What is the expected behavior?
The video should be played automatically
What went wrong?
The video does not play automatically as of Chrome Dev 66.0.3346.8
Did this work before? Yes 65.0.3325.146
Does this work in other browsers? Yes
Chrome version: 66.0.3346.8 Channel: dev
OS Version: 16.04.4
Flash Version:
Issue 514102 may be related
|
Deleted:
extension-test.zip
1.5 KB
|
Comment 1 by gabr...@gsdb.net
, Mar 13 2018