Tested tool guide
Tested browser tools
Checked August 16, 2026
What Do Not Track / GPC Signal Tester does, with a checked example
The page inspects the two privacy signals your browser exposes to every site it visits and reports their exact state: the legacy Do Not Track header and the newer Global Privacy Control signal. It shows whether either one is sent, what the value means, and why the two are not equal in practice. The surprise most people hit: DNT can be switched on and still be ignored, because honoring it is voluntary, while GPC, which far fewer browsers send, is the signal that California's CCPA regulations recognize as an opt-out and that a growing list of sites actually act on.
Worked example
A concrete input and expected output from the current implementation.
Input
Safari on macOS with default privacy settings ('Ask websites not to track me' is on). ->
Expected output
Do Not Track: sent (header value DNT: 1). Global Privacy Control: not supported - this browser has no GPC implementation, so it sends no Sec-GPC header and sites will not see one from it.
Safari ships with 'Ask websites not to track me' enabled, which makes it send DNT: 1 on every request. Apple has not implemented GPC, so the page finds no globalPrivacyControl property and reports the signal as unsupported rather than merely disabled.