fix: https pour éviter mixed active content
davvalent

davvalent commited on 2023-04-03 04:02:41
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -132,6 +132,8 @@ console.log(
132 132
             URI = feature.properties.URI.replace("http://data.qdmtl.ca", sessionStorage.getItem("devTripleStoreUrl"));
133 133
             devConsole("Dev triple store");
134 134
           }
135
+        } else {
136
+          URI.replace("http", "https");
135 137
         }
136 138
 
137 139
         /**
138 140