We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c53fd1 commit 2bf4653Copy full SHA for 2bf4653
1 file changed
docu/sphinx/source/_static/js/matomo.js
@@ -8,6 +8,8 @@
8
var u="https://www.byte-physics.de/piwik/";
9
_paq.push(['setTrackerUrl', u+'piwik.php']);
10
_paq.push(['setSiteId', '1']);
11
+ _paq.push(['setCookieDomain', '*.byte-physics.de']);
12
+ _paq.push(['setDomains', '*.byte-physics.de']);
13
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
14
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
15
})();
0 commit comments