Skip to content

Commit 157b26e

Browse files
authored
Update explainer to ignore site exceptions for debug mode eligibility (#165)
Updates the language to only allow debug mode if third-party cookies are generally enabled for a user, ignoring when they are only enabled for a specific site.
1 parent d98b3fc commit 157b26e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,12 @@ debugging functionality on these reports.
355355

356356
This data will only be available in a transitional phase while third-party
357357
cookies are available and are already capable of user tracking. The debug mode
358-
will only be enabled for contexts that are able to access third-party cookies.
359-
That is, it will be disabled if third-party cookies are disabled/deprecated
360-
generally or for a particular site/context; note that this also means debug
361-
mode will automatically become deprecated when third-party cookies are
362-
deprecated.
358+
will only be enabled if the context is able to access third-party cookies and
359+
the browser has third-party cookies generally enabled. That is, it will be
360+
disabled if third-party cookies are disabled/deprecated generally or for a
361+
particular site/context; note that if third-party cookies are generally
362+
disabled, but enabled for a particular site, debug mode will not be enabled for
363+
that site to protect data saved from other sites.
363364

364365
Though the debug mode is tied to third-party cookie availability, browsers may
365366
temporarily allow debug mode without third-party cookies in order to support

0 commit comments

Comments
 (0)