-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions Policy Reporting and Report-Only mode #909
Comments
Hi all! We are looking at this in our W3C TAG breakout session today. We like the general shape of this and definitely understand the value to developers. We do have a few questions:
|
Hi @clelland do you have any update on this - or any answer to @hadleybeeman's questions? Thanks. |
Sorry, that notification got lost in my inbox -- thank goodness for end-of-year cleanup time :)
|
We would really appreciate if you could do some additional review about unintended privacy consequences... Could that work happen in WebAppSec maybe? We remain concerned about lack of multi-implementer support for Permission Policy itself, as well as this proposal. Although this is out of scope for this review, it remains a general concern. We'd like to encourage you to continue the multi-implementer discussions for permission policy. Also do we have any indication of support from other implementers or stakeholders on this specific proposal? |
Hi @clelland just checking in on this - I think we are waiting on an updated explainer... Thanks! |
Permissions Policy itself is now supported well in WebKit, as of WebKit/WebKit@061e4cd In Firefox, the implementation is well behind the spec, with no support for the current header syntax, and only flagged support for the original I will poke at the standards position issues to gauge implementer support for reporting. For reference, those are here: |
Hi @clelland - thanks for that feedback - it's good to see additional implementations happening. 👍🏻 Re: our original feedback on "unintended consequences" - one of the main things we were looking for, and which still seems to be missing from the explainer, is any discussion of abuse cases and mitigations against those cases. This could fit into a "security & privacy" discussion in the explainer. If you need help thinking about this you could review our Self-Review Questionnaire: Security and Privacy. |
こんにちは TAG-さん!
I'm requesting a TAG review of Permissions Policy Reporting.
A document's permissions policy sets limits on what kinds of actions it can perform; what APIs are available. When a page tries to do something that is blocked by policy, the browser currently surfaces a message in developer tools -- this can be great when developing a site, but is often not enough when dealing with a site in production. It would be very useful to be able to collect reports about real problems that users are seeing.
We're addressing this by integrating permissions policy with the Reporting API. In the same way that sites can opt in to receiving reports about CSP violations or deprecations, they will now be able to receive reports about permissions policy violations in the wild.
Further details:
You should also know that...
We'd prefer the TAG provide feedback as (please delete all but the desired option):
🐛 open issues in our GitHub repo for each point of feedback
² A Security and Privacy questionnaire helps us understand potential security and privacy issues and mitigations for your design, and can save us asking redundant questions. See https://www.w3.org/TR/security-privacy-questionnaire/.
The text was updated successfully, but these errors were encountered: