Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SSL Support #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement SSL Support #14

wants to merge 1 commit into from

Conversation

alecpm
Copy link
Collaborator

@alecpm alecpm commented Dec 22, 2016

This changeset allows urls with non-http protocols to be recognized in the registry. Additionally, it ensures that (where possible) data is fetched via https to avoid browser mixed-content warnings and errors on sites using SSL. For services where valid SSL is not available for fetching data, an insecure flag is available which forces the data request through YQL over https when the visited site is served over https.

…is fetched over https wherever possible to avoid browser security warnings and mixed content errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant