In YouTube provider, the end-point URL was hard-coded to the http scheme. Solution: Replaced the http:// URL with //, so HTTPS will be used instead, when parent page was loaded via HTTPS. There are many similar URLs in other providers, maybe this solution would work for them, too?
... parent page. See issue #26
In YouTube provider, the end-point URL was hard-coded to the
http
scheme. Solution: Replaced thehttp://
URL with//
, so HTTPS will be used instead, when parent page was loaded via HTTPS. There are many similar URLs in other providers, maybe this solution would work for them, too?