-
Notifications
You must be signed in to change notification settings - Fork 135
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
Integration with Feature Policy #600
Comments
Soooooo.... we (Firefox) are about to land support for Feature Policy. As part of that, we support:
@aestes, I see from caniuse.com that Safari supports the @rsolomakhin, what's the status on the Chrome side? I know you guys did a bunch of work on feature policy early on. It could be an easy win here for 1.1 given that we are somewhat aligned on implementation. |
So, for integration, all we do is add: To our spec. Imma cc'ing @clelland in case I missed something and for any additional guidance. |
I believe it's fully implemented in Chrome, but I've pinged the code owner to provide a more nuanced and accurate answer as well. |
cc @loonybear |
Re what's the status on the Chrome side?
Hope that helps. |
@marcoscaceres, that sounds about right; the JS is a bit more complex than that[1], but the details are in the spec. The only other piece I can think of that's specifically relevant for payment request is supporting both feature policy and the original [1] There's also a |
Re #600 (comment), I realized that we can't rename the header field to |
@clelland, thanks! Ok, so it looks like all we would need is a non-normative section in Payment Request pointing to those sections of Feature Policy. I think there might even be WPTests already for testing that FP and |
Marking this as Editorial, and setting it as CR exit target - as I think it might be nice to ship with this in V1. There won't be a normative dependency on FP, but if other vendors implement FP, they get the right behavior 🤘 |
@marcoscaceres, just a note that Feature Policy was published today as a FPWD: |
Excellent, thanks for the update. |
In V2, the spec should integrate with the Feature Policy spec. We need to investigate what this means and/or reverse engineer the Web Platform Tests that Google has submitted around this.
The text was updated successfully, but these errors were encountered: