Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Bug965049 - FIxed protocol when embedding Vimeo videos to https:// #377

Closed
wants to merge 1 commit into from

Conversation

admix
Copy link
Contributor

@admix admix commented Feb 4, 2014

@@ -4,7 +4,7 @@

CURRENT_TIME_MONITOR_MS = 16,
EMPTY_STRING = "",
VIMEO_HOST = window.location.protocol + "//player.vimeo.com";
VIMEO_HOST = window.location.protocol + "https://player.vimeo.com";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to remove window.location.protocol + here, otherwise you'll get a URL like https:https://player.vimeo.com

[bug965049] - removed window.location.protocol to get right URL
@jbuck jbuck closed this in 1f9f449 Feb 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants