Skip to content

Commit

Permalink
fix: https pour éviter mixed active content
Browse files Browse the repository at this point in the history
  • Loading branch information
davvalent committed Apr 3, 2023
1 parent 7d1584b commit 0b2ed91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ console.log(
URI = feature.properties.URI.replace("http://data.qdmtl.ca", sessionStorage.getItem("devTripleStoreUrl"));
devConsole("Dev triple store");
}
} else {
URI.replace("http", "https");
}

/**
Expand Down

0 comments on commit 0b2ed91

Please sign in to comment.