Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Add support for usage on https site #18

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pulges
Copy link

@pulges pulges commented Mar 4, 2015

Currently the code could not be used on a site with https: protocol as providers urls were http: prefixed. Did not go through all services if the have https support though, but the mayor ones seemed to work.

Also added qUnit tests for vimeo and youtube. (can re-write to jasmine if it is preferred).
If testing for services is ok by You, then probably should extend these to all available services so api changes/breakdown monitoring can be automated.

@simong simong mentioned this pull request May 27, 2015
@LGCambra
Copy link
Member

LGCambra commented Jun 2, 2015

My apologies for not replying to this sooner. We'll be reviewing issues and pull requests. You should see movement on this soon.

}
provider = $.fn.oembed.getOEmbedProvider(resourceURL);
Copy link

Choose a reason for hiding this comment

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

This line will never fire, you're already ensuring there isn't a provider based on the resourceURL. Safe to remove this.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

4 participants