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