Closed simon04 closed 2 years ago
Having enabled Enhanced Tracking Protection in Firefox, I do expect Devdocs not to ask me whether I'm okay with tracking cookies.
Firefox sends the DNT=1 header. According to https://github.com/mdn/content/pull/4960 this header is considered deprecated as of 2021, but I'm not aware of an alternative. 😕
It looks like Global Privacy Control is the way to go now. DNT seems to have spotty support, at best.
From the first link I found this so it's probably not too tricky to implement.
Having enabled Enhanced Tracking Protection in Firefox, I do expect Devdocs not to ask me whether I'm okay with tracking cookies.
Firefox sends the DNT=1 header. According to https://github.com/mdn/content/pull/4960 this header is considered deprecated as of 2021, but I'm not aware of an alternative. 😕