-
Notifications
You must be signed in to change notification settings - Fork 6
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
Changes to Feature-Policy #10
Comments
Thanks for this report. I'll take a look soon.
|
I see three pieces to this:
Does that sound reasonable? |
I've thought about this a bit. I plan to continue maintaining this module as is, even though I've created helmetjs/helmet#234 to continue this discussion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a heads-up, the experimental
Feature-Policy
header has been renamed, it is nowPermissions-Policy
.Feature-Policy
will probably be supported for quite some time, for backwards-compatibility in browsers that support it today.Relatedly, there's also the
Document-Policy
header.At this point I'm not quite sure which directives defined for the initial
Feature-Policy
header fit into which of the new headers. I'll follow the progress and perhaps report back here, but probably best to rely on MDN documentation updates.The text was updated successfully, but these errors were encountered: