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.
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.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.