The DNT (Do Not Track) request header indicates the user's tracking preference. It lets users indicate whether they would prefer privacy rather than personalized content.
| Header type | Request header |
|---|---|
| Forbidden header name | yes |
DNT: 0 DNT: 1
The user's DNT preference can also be read from JavaScript using the Navigator.doNotTrack property:
navigator.doNotTrack; // "0" or "1"
| Specification | Status | Comment |
|---|---|---|
| Tracking Preference Expression (DNT) The definition of 'DNT Header Field for HTTP Requests' in that specification. | Working Draft | Initial definition. |
| Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | 23 | Yes | 4 | 9 | Yes | 6 |
| Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
|---|---|---|---|---|---|---|---|
| Basic support | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
Navigator.doNotTrackTk header
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/DNT