-
Notifications
You must be signed in to change notification settings - Fork 14
Force HTTPS description text #2
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels