wwwicked
Active member
Has anyone else encountered this? From today or so, embedded YouTube videos are no longer appearing when viewing in Chrome. The console says:
Refused to display 'http://www.youtube.com/v/AV1pjNqudf0&fs=1' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
I assume it's something to do with the latest Chrome update, but does anyone know what I need to change? Preferably something in the embed HTML, rather than my own browser (as I don't really want to have to tell all Chrome users to tweak X-setting).
I currently have the default:
Chrome is latest: Version 25.0.1364.152 m
Refused to display 'http://www.youtube.com/v/AV1pjNqudf0&fs=1' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
I assume it's something to do with the latest Chrome update, but does anyone know what I need to change? Preferably something in the embed HTML, rather than my own browser (as I don't really want to have to tell all Chrome users to tweak X-setting).
I currently have the default:
HTML:
<object width="500" height="300" data="http://www.youtube.com/v/{$id}&fs=1">
<param name="movie" value="http://www.youtube.com/v/{$id}&fs=1" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="opaque" />
<embed src="http://www.youtube.com/v/{$id}&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" wmode="opaque" width="500" height="300" />
</object>
Chrome is latest: Version 25.0.1364.152 m