Skip to content
  • Petrik's avatar
    2e079154
    Use Feature-Policy header name for now · 2e079154
    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.
    2e079154
    Use Feature-Policy header name for now
    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.
Loading