zendframework / zend-http

Http component from Zend Framework
BSD 3-Clause "New" or "Revised" License
134 stars 85 forks source link

Add Feature Policy header #177

Closed MadCat34 closed 5 years ago

MadCat34 commented 5 years ago

The HTTP Feature-Policy header provides a mechanism to allow and deny the use of browser features in its own frame, and in iframes that it embeds.

RFC is currently in Draft, but it could be interesting: https://w3c.github.io/webappsec-feature-policy/

michalbundyra commented 5 years ago

Resolves #176

michalbundyra commented 5 years ago

Thanks, @MadCat34!