User tests: Successful: Unsuccessful:
If you try to load a google map in https environment, the scheme check fails
Changed new JUri to JUri::getInstance()
Build the following script in Joomla!:
$maps = $google->embed('maps');
$maps->setCenter('Here you should enter a valid address');
$maps->setAutoload();
$maps->setZoom(9);
$maps->echoHeader();
$maps->echoBody();Now call this script with an https request => The map will not be displayed, with http only, it works
=> Apply patch => try again
| Status | New | ⇒ | Pending |
| Labels |
Added:
?
|
||
| Milestone |
Added: |
||
| Title |
|
||||||
| Title |
|
||||||
| Status | Pending | ⇒ | Closed | ||||
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-08 07:22:55 | ||||
| Closed_By | ⇒ | Kubik-Rubik | |||||
Merged on code review. Thanks!