Page 1 of 1

Untrusted Origin Error when playing Youtube video

Posted: Fri Mar 27, 2015 12:48 pm
by Shawn

I had a page to display Youtube videos that was working before and now I'm getting an error 'Untrusted origin' when playing youtube video on my browser

I'm using the 'Youtube component' & on the code on Page show looks something like this

Appery('kioskYoutube').attr("src", "https://www.youtube.com/embed/"+ localStorage.getItem('youtubeid') + "?autoplay=1&loop=1&controls=1&showinfo=0&playlist="+localStorage.getItem('youtubeid')+"&enablejsapi=1&origin=https%3A%2F%2Fappery.io");


Untrusted Origin Error when playing Youtube video

Posted: Sat Mar 28, 2015 9:10 am
by Alena Prykhodko

Hi Shawn,

What browser do you use? What version? This seems to be Youtube issue.
Have you tried in different browser?


Untrusted Origin Error when playing Youtube video

Posted: Wed Apr 01, 2015 7:42 pm
by Shawn

I get the same error when trying to play the video from the App

My chrome Version 41.0.2272.101 m

I dont understand how code that worked before keeps breaking
as your platform changes ?