We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e51ca commit 9823a42Copy full SHA for 9823a42
1 file changed
src/MW5.Tiles/Views/WmsServerPresenter.cs
@@ -33,11 +33,12 @@ private bool Validate()
33
return false;
34
}
35
36
- if (url.ToLower().StartsWith("https"))
37
- {
38
- MessageService.Current.Info("HTTPS protocol is not supported.");
39
- return false;
40
- }
+ // Since MWGIS-5 we now support HTTPS:
+ //if (url.ToLower().StartsWith("https"))
+ //{
+ // MessageService.Current.Info("HTTPS protocol is not supported.");
+ // return false;
41
+ //}
42
43
try
44
{
0 commit comments