Skip to content
Snippets Groups Projects
Commit 229993e2 authored by mathias.chouet's avatar mathias.chouet
Browse files

Update matomo URL to HTTPS

parent 1420568a
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ export class AppComponent implements OnInit, OnDestroy, Observer {
// évite de mettre en place un bandeau RGPD
this.matomoTracker.disableCookies();
// Matomo open-source Web analytics
this.matomoInjector.init("http://stasi.g-eau.fr/", 1);
this.matomoInjector.init("https://stasi.g-eau.fr/", 1);
this.router.events.subscribe((event: Event) => {
// close side navigation when clicking a calculator tab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment