WICG / first-party-sets

Home Page:https://wicg.github.io/first-party-sets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarifying question on blocking third party cookie requirement

ChristianEvc opened this issue · comments

Hi,

I have a clarifying question. In the "How to test locally" section there is a subsection for "Verify that third-party cookies are blocked". Is it the case that FPS will only work for users who have blocked all third party cookies? Or is this section only relevant for testing, and once FPRs is actually implemented by a publisher will work regardless of whether a specific user has blocked third party cookies or not?

Thanks!

@ChristianEvc Thanks for the question.

FPS/SAA will indeed work even when a user has not blocked third-party cookies; but it's just that there will be no observable effect in that scenario, since the relevant cookies are available without any need for FPS and Storage Access API (SAA). So yes, this is only relevant for testing.

Perfect, thanks very much @krgovind !!

You're welcome! Thanks for testing the feature!