Do-not-track
This commit is contained in:
parent
bd28332252
commit
5d041ff6f8
1 changed files with 8 additions and 6 deletions
|
@ -27,7 +27,8 @@
|
||||||
|
|
||||||
|
|
||||||
if ($bloganalytics) { // check if google analytics is enabled
|
if ($bloganalytics) { // check if google analytics is enabled
|
||||||
?>
|
if (!($_SERVER['HTTP_DNT'] == 1)) {
|
||||||
|
?>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
(function (i, s, o, g, r, a, m) {
|
(function (i, s, o, g, r, a, m) {
|
||||||
|
@ -47,6 +48,7 @@ if ($bloganalytics) { // check if google analytics is enabled
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Reference in a new issue