privacycg / storage-access

The Storage Access API
https://privacycg.github.io/storage-access/
199 stars 27 forks source link

API Integration with Reporting API #33

Closed Brandr0id closed 2 years ago

Brandr0id commented 4 years ago

On our Chromium implementation doc @mikewest pondered if we should integrate API failures with the Reporting API.

Potentially we could send an InterventionReport when requestStorageAccess() is rejected.

What does everything think about this integration point?

hober commented 4 years ago

On our Chromium implementation doc

Sounds like an interesting read. Is it public?

@mikewest pondered if we should integrate API failures with the Reporting API.

Potentially we could send an InterventionReport when requestStorageAccess() is rejected.

What does everything think about this integration point?

I'm not familiar with the Reporting API, but offhand this doesn't sound like a bad idea.

Brandr0id commented 4 years ago

Sounds like an interesting read. Is it public?

Yeah, it's a living doc that has been updated a few times to reflect feedback from various Chromium component owners as implementation progresses. You should be able to read it here but may need other access for any comments/editing functionality.

hober commented 2 years ago

I think this is a really cool idea, though as with many ideas the devil may be in the details. Clearly it would be valuable for site owners to get aggregated error information like "70% of calls to requestStorageAccess() fail because of reason", but there would be a lot of infrastructure needed to aggregate such reports. I'd like us to revisit this in a future version.