[Tickets #11193] Maps-Driver loaded over insecure http protokol
bugs at horde.org
bugs at horde.org
Mon May 14 08:45:35 UTC 2012
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/11193
------------------------------------------------------------------------------
Ticket | 11193
Erstellt Von | michael.groene at zel.uni-hannover.de
Zusammenfassung | Maps-Driver loaded over insecure http protokol
Warteschlange | Kronolith
Version | Git master
Typ | Enhancement
Status | New
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
michael.groene at zel.uni-hannover.de (2012-05-14 08:45) hat geschrieben:
Our H4-site is available via https. When switching to kronolith, the
Browser complains about unencrypted contents.
I found out, that this is due to the google-maps scripts:
/js/map/map.js:
_getProviderUrl: function(p)
{
switch (p) {
case 'Google':
return
'http://maps.google.com/maps/api/js?v=3.5&sensor=false';
case 'Yahoo':
return 'http://api.maps.yahoo.com/ajaxymap?v=3.8&appid='
+ this.conf['apikeys']['yahoo'];
case 'Ve':
return
'http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1';
default:
return '';
}
},
replacing http -> https works for the google-site, the other we don't use.
More information about the bugs
mailing list