Tested tool guide
Tested browser tools
Checked August 16, 2026
What Third-Party Cookie Tester does, with a checked example
This tool runs a live round trip in your browser: the page asks a second site, on a different registrable domain, to set a cookie, then asks that same site whether the cookie came back on a follow-up request. If it did, your browser accepts third-party cookies; if not, it is blocking them. The result is a snapshot of this browser at this moment. The common surprise: 'third-party' means only that the cookie's domain differs from the page's, not that it is malicious, and browsers disagree sharply - Safari and Firefox block cross-site cookies by default while Chrome still allows them.
Worked example
A concrete input and expected output from the current implementation.
Input
No text is needed: click Run test in the browser you want to check, for example Safari with default settings.
->
Expected output
Third-party cookies: BLOCKED. The test site set a cookie from a cross-site request, and the read-back request came back empty, so this browser refused the cross-site cookie.
Safari blocks third-party cookies by default, so the cookie the test's second domain sets never survives to the read-back request, and the tool reports the block.