laminas / laminas-http

Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests
https://docs.laminas.dev/laminas-http/
BSD 3-Clause "New" or "Revised" License
36 stars 27 forks source link

Replace FeaturePolicy by PermissionsPolicy header #42

Closed aimfeld closed 3 years ago

aimfeld commented 3 years ago

The Feature-Policy header has been renamed to Permissions-Policy and some minor changes were made, see here: https://scotthelme.co.uk/goodbye-feature-policy-and-hello-permissions-policy/

weierophinney commented 3 years ago

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

You can continue using laminas/laminas-http safely. Its successor will be PSR-7 in a later revision of laminas/laminas-mvc.