Hacker News new | ask | show | jobs
by jstanley 1568 days ago
> DNT status is not readable by JS (by design), so DNT cannot be implemented in the client.

But the JS is served by a server, which can read the DNT header, so why can't it just write different JS based on the content of the header? It can be as simple as writing "let do_not_track = true;" if the header is present.