disabling matomo link tracking because it is an unnecessary privacy leak
This commit is contained in:
parent
52b2b8b6e7
commit
7f52b4f60d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export default {
|
|||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView', ' ', window.location.hostname]);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
// _paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="${server}";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue