Skip to content
Snippets Groups Projects
Commit 158952b4 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(matomo): disable outlinks

parent bc5aeae1
2 merge requests!777Update master to V2.0,!773Resolve "[Ecolyo] Matomo pas totalement OK (donnée personnelle encore présente)"
import { History, Location, UnregisterCallback } from 'history'
import { readCozyDataFromDOM } from 'cozy-ui/transpiled/react/helpers/appDataset'
import { History, Location, UnregisterCallback } from 'history'
interface InitSettings {
cozyUrl: string
......@@ -52,7 +52,6 @@ export default class MatomoTracker {
MatomoTracker.push(['setSiteId', this.siteId])
MatomoTracker.push(['setReferrerUrl', 'https://ecolyo.com'])
MatomoTracker.push(['setTrackerUrl', `${this.url + this.phpFilename}`])
MatomoTracker.push(['enableLinkTracking'])
}
return {
push: MatomoTracker.push,
......
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