Hello,
I keep getting this error when I embed youtube videos using the code below. How can I get rid of it?
Uncaught DOMException: Blocked a frame with origin "https://www.youtube.com" from accessing a cross-origin frame.
Code:
<iframe width="560" height="315" src="YOUTUBEVIDEO" allowfullscreen></iframe>
