You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a site is loaded using https:// youtube videos (and probably
other embeds) will not load because the script hard codes http
in the video URLs
The following fix is as follows:
- only applies to video urls (any impact on other embeds unknown)
- checks for the current document protocol (http: or https:)
- if protocol is file:, then it defaults to http: as is
existing behaviour
See this fix in action at by clicking the vimeo videos on the
right.
https://www.listcorp.com/asx/ler
0 commit comments