This addon breaks embedded twitch streams in Chrome when I enable SSL for my site, requiring me to tell my browser to allow the site to load insecure elements.
This is due to the plugin grabbing content from http:// instead of https://
Fixing this is dead simple: In twitch.php on lines 75 and 87, change http:// to https://
This addon breaks embedded twitch streams in Chrome when I enable SSL for my site, requiring me to tell my browser to allow the site to load insecure elements.
This is due to the plugin grabbing content from http:// instead of https://
Fixing this is dead simple: In twitch.php on lines 75 and 87, change http:// to https://