Actions
Bug #2755
closedWGoogleMap uses http to access google javascript api for https connections
Start date:
03/05/2014
Due date:
% Done:
0%
Estimated time:
Description
The WGoogleMap always uses the address "http://www.google.com/jsapi?key=" to access the google javascript api. Some browsers will complain about this and not let the connection go through if you're using a https connection to your server, resulting in the google map not working. changing the google javascript api to use https instead of http fixes this issue. It would be nice to check if ssl is being used, and format the address of the google api appropriately.
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
Use a shema-less (protocol relative) URL, see http://tools.ietf.org/html/rfc3986#section-4.2
Updated by Benoit Daccache over 9 years ago
- Status changed from InProgress to Resolved
Duplicate (#3704). Already fixed in commit 8ceba3f8
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Actions