Skip to content

Commit

Permalink
Remove noscript
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom authored Dec 2, 2024
1 parent 55811db commit 4096ebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _docs/20_script-settings/03_dnt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Do Not Track
category: script-settings
permalink: /dnt
last_modified_at: 2023-10-31
last_modified_at: 2024-12-02
---

> This page is about the DNT setting in browsers. We don't track your visitors, [read more on what we collect](/what-we-collect).
Expand All @@ -16,7 +16,6 @@ To also record DNT visitors you can add `data-collect-dnt="true"` to the script
<!-- prettier-ignore -->
```html
<script data-collect-dnt="true" async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/hello.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
```

If you don't add the `data-collect-dnt` attribute we will not record visits from users who have DNT enabled.
Expand Down

0 comments on commit 4096ebd

Please sign in to comment.