khloke / play-to-xbmc-chrome

A Google Chrome Extension for sending online content to be played on XBMC. Supported websites include YouTube, Vimeo, CollegeHumor, DailyMotion, eBaumsWorld and SoundCloud.
MIT License
186 stars 112 forks source link

Fix CSP content scripts errors #55

Closed wader closed 9 years ago

wader commented 9 years ago

Upgrade jQuery to 2.1.4. Older versions of jQuery are not CSP compatible are will cause errors on sites using CSP.

wader commented 9 years ago

Any parts of the extension that you feel needs testing for this? i tested options, popup, play video and content scripts seems to work correctly.

khloke commented 9 years ago

Hi wader,

Thanks for that. I'll look into it once I find some time. You seem to have covered all the important stuff so I doubt there would be any problem, but I'd just like to go through it at least once as a kind of sanity check.

Cheers, KH