-
Petrik authored
In 90e710d7 the FeaturePolicy middleware was renamed to PermissionsPolicy as this will be new name of the header as used by browsers. The Permissions-Policy header requires a different implementation and isn't yet supported by all browsers. To avoid having to rename the middleware in the future, we keep the new name for the Middleware, but use the old implementation and header name.
Petrik authoredIn 90e710d7 the FeaturePolicy middleware was renamed to PermissionsPolicy as this will be new name of the header as used by browsers. The Permissions-Policy header requires a different implementation and isn't yet supported by all browsers. To avoid having to rename the middleware in the future, we keep the new name for the Middleware, but use the old implementation and header name.
Loading