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

change JavaScript URLs to https to prevent HTTPS mixed-content errors #18

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

Conversation

steffenvoigt
Copy link

I changed the URLs for the jquery scripts to a https URL.
This prevents mixed-content errors in an https-only environment.

@DanielJoyce
Copy link

DanielJoyce commented Apr 26, 2017

You can use protocol relative urls.

@DanielJoyce
Copy link

@DanielJoyce
Copy link

Hmm, since websockets are just 'upgraded' http/https ports, this might work for ws(s) urls as well.

Wll need to test and get in a PR.

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.

3 participants