The description text says:
Force all Google Map requests to use HTTPS protocol, even if the Umbraco instance is running on HTTP. Only relevant when Umbraco is running on HTTP
|
<key alias="httpsDescription">Force all Google Map requests to use HTTPS protocol, even if the Umbraco instance is running on HTTP. Only relevant when Umbraco is running on HTTP</key> |
It should be
Only relevant when Umbraco is running on HTTPS
When the Umbraco instance is running on HTTP, you can always load external requests via HTTP and HTTPS, but when the Umbraco instance is configurated to run over HTTPS, external requests should also be loaded via HTTPS, otherwise you will get warnings in console about mixed Content: https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content
The description text says:
Terratype/src/Terratype.nuget/App_Plugins/Terratype.GoogleMapsV3/Lang/en-us.xml
Line 150 in abcf3c7
It should be
When the Umbraco instance is running on HTTP, you can always load external requests via HTTP and HTTPS, but when the Umbraco instance is configurated to run over HTTPS, external requests should also be loaded via HTTPS, otherwise you will get warnings in console about mixed Content: https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content