-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
header
#179
Comments
Thanks for opening this issue! |
https://w3c.github.io/webappsec-feature-policy/
Chrome and Safari atm: https://caniuse.com/#feat=feature-policy |
Thanks for these links! 👍 That said, some concerns:
I would suggest to wait for a more solid standard/support before adding a template here. |
Sounds good to me. Thanks for considering! |
When it comes to choosing which features to include in an example policy this standardized features table should come in handy. :) |
FYI, Feature Policy is deprecated and replaced by Permissions Policy. |
When scanning my site through https://securityheaders.com/ I got flagged because I was missing a
Feature-Policy
header: https://scotthelme.co.uk/a-new-security-header-feature-policy/Would you be interested in adding it to the template? I can make a PR if that's the case.
The text was updated successfully, but these errors were encountered: