-
Notifications
You must be signed in to change notification settings - Fork 48
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
Access to API JS through https #53
Comments
How about http://www.jsdelivr.com/projects/openlayers ? |
@jimaek For the fix in Django I'd like to use the recommended version/CDN. Apart from that, it would be nice to fix access through https to the version on github.io anyway (this issue), if that is possible. |
I would say you should use https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js |
this should be fixed now |
@probins |
I've tried to use a protocol-relative URL to OpenLayers.js in Django (https://code.djangoproject.com/ticket/25436), but it fails, because https://openlayers.org/api/2.13.1/OpenLayers.js cannot be accessed (times out).
When trying to use the github.io subdomain, it redirects:
Can this be supported?
Should Django use cdnjs, or another similar service instead?
The text was updated successfully, but these errors were encountered: