[Webkit-unassigned] [Bug 73088] Implementing the Javascript Interface for the Do Not Track HTTP header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 17:20:17 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=73088

--- Comment #4 from Ahmad Saleem <zlip.792 at gmail.com> ---
I might be wrong here - I believe:

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack

Based on this - if I do >> console.log(navigator.doNotTrack); across all browsers, I get:

Safari 15.6 --> undefined

Firefox Nightly 105 --> undefined

Chrome Canary 106 --> 1

Although MDN table mentions that Firefox do support it, it might be turned off by default.

___

So I think some browsers do support it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220811/01c3f997/attachment.htm>


More information about the webkit-unassigned mailing list