The latest ITP update on Preventing Tracking Prevention Tracking introduces this rule:
All Third-Party Cookies Blocked on Websites Without Prior User Interaction
ITP will now block all third-party requests from seeing their cookies, regardless of the classification status of the third-party domain, unless the first-party website has already received user interaction.
What does 'first-party' refer to in this rule?
Does this rule block cookies in requests that are issued before a user interacts with a document? What constitutes interaction and how is this detectable in Javascript?
Or does it refer to whether the third-party domain has been interacted with at some point in time, for example if the third-party domain is a login provider?
