splitbrain / dokuwiki-plugin-vshare

Plugin to easily embed videos from various video sharing sites into DokuWiki
http://www.dokuwiki.org/plugin:vshare
17 stars 19 forks source link

Mixed content when wiki uses https #20

Closed tom-henderson closed 10 years ago

tom-henderson commented 11 years ago

Sites.conf specifies all URLs using http, which causes display problems when dokuwiki is served over https.

This can be resolved for youtube by removing http: so the URL begins with //, causing the browser to request the video using the same protocol as the wiki page.

youtube         iframe  //www.youtube.com/embed/@VIDEO@

I've only tested with with youtube. I don't know if the other sites listed in sites.conf serve the same content over https.