nfl / jquery-oembed-all

A fork with improvements of the jquery-oembed project
141 stars 57 forks source link

Bug-fix for Mixed Content error, when YouTube is embedded in HTTPS... #27

Closed AniX closed 9 years ago

AniX commented 9 years ago

... parent page. See issue #26

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?