Charlie Harrison
Charlie Harrison
Yes I think it should provide enough protection (just my own opinion). If we can we should validate with real-world testing to see if the data is really necessary though,...
Hey Ben, Thanks for this proposal, I believe it more or less aligns with the existing privacy in the event level API. In principle, you could "polyfill" some of this...
I chatted with @wanderview about this at TPAC and I think there is a bug in the Chromium implementation. I filed crbug.com/1364447 with more details. I think the real fix...
Given the Chromium bug, renaming this issue to more accurately needs to be done w/in the proposal.
For (a), do you see this being something that the platform solves, or that would be done through coordination during bidding? It seems very difficult for the platform to solve...
Hey @lbdvt , Permissions Policy also has an API `getAllowlistForFeature` you can use it like this: ``` document.featurePolicy.getAllowlistForFeature('attribution-reporting') ``` This will return a list of allowed origins (or `*` if...
Hey @logicad , thanks for filing this issue. I don't think I fully follow what you are asking for though. I think it would help to provide an example of...
Thanks @logicad this makes sense to me. The concern we had when the expiry is hourly is the following attack: - User lands on site A - site A logs...
Thanks @alois-bissuel for filing. I chatted with @clelland about this briefly in TPAC because it seems like a legitimate concern. Let me summarize how I am thinking about this: 1....
Hi, I think most of our thoughts for aggregate measurement are summarized in https://github.com/WICG/conversion-measurement-api/blob/master/SERVICE.md which makes some of this explainer out of date. We should update the explainer to reference...