Do-not-track

This commit is contained in:
mmk2410 2016-02-16 14:16:20 +01:00
parent bd28332252
commit 5d041ff6f8
1 changed files with 8 additions and 6 deletions

View File

@ -27,7 +27,8 @@
if ($bloganalytics) { // check if google analytics is enabled
?>
if (!($_SERVER['HTTP_DNT'] == 1)) {
?>
<script>
(function (i, s, o, g, r, a, m) {
@ -47,6 +48,7 @@ if ($bloganalytics) { // check if google analytics is enabled
</script>
<?php
<?php
}
}
?>