Skip to content

Commit

Permalink
Update explainer to ignore site exceptions for debug mode eligibility (
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
alexmturner authored Oct 31, 2024
1 parent d98b3fc commit 157b26e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,12 @@ debugging functionality on these reports.

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

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

0 comments on commit 157b26e

Please sign in to comment.