As the geek I am I've been playing with the javascript to honor DNT.
Seems this code works after testing..
{literal}
<script>// "1" or "unspecified"
if(navigator.doNotTrack == 1) {
// Do (or don't do) stuff.
}</script>
{/literal}
Just thought I'd share if anyone's interested.
I've been looking into ways of showing TLD data and info like they do on registrera-domän.se/tldinfo-data.php. Does anyone know how this is done?
There are many reasons why this would be good A for compilance and B it adds a layer of content to the site.
Thanks!