apostrophecms-legacy / apostrophe-map

MIT License
1 stars 1 forks source link

Map urls need to be pulled via https:// or // (protocol-less) #4

Closed ghost closed 9 years ago

ghost commented 9 years ago

Current there are issues serving anything from the map module over https:// with a cert. The urls need to be updated to a protocol-less format or use https:// by default. The main issues seems to stem from content.js in modules/maps/js/content.js

boutell commented 9 years ago

Pull request welcome! On May 27, 2015 6:27 PM, "Alex Kavon" notifications@github.com wrote:

Current there are issues serving anything from the map module over https:// with a cert. The urls need to be updated to a protocol-less format or use https:// by default. The main issues seems to stem from content.js in modules/maps/js/content.js

— Reply to this email directly or view it on GitHub https://github.com/punkave/apostrophe-map/issues/4.

ghost commented 9 years ago

Done in #5