Do Not Track
Do Not Track(DNT) is a browser feature which allows you to express your preference not to be tracked when browsing the web. Many browsers expose this option in their privacy settings, but it’s up to individual website owners to respect their users’ wishes.
This plugin makes it easy to identify the user’s DNT setting in your Twig templates and disable any tracking code you have in place.
{% if craft.doNotTrack.isEnabled == false %}
<!-- Your analytics code -->
{% endif %}
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
15
License
MIT
Last release
May 29, 2018