gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

Check for window.frameElement before changing attributes #104

Closed torbenbrodt closed 3 years ago

torbenbrodt commented 3 years ago

window.frameElement is only available in a friendly iframe (origin of iframe url and parent page are the same)

in an unfriendly iframe an error is thrown, because window.frameElement isn't available.

That's why this check is needed.

edrpls commented 3 years ago

Great catch, @torbenbrodt! Thank you.