Giter Site home page Giter Site logo

Comments (8)

bepsvpt avatar bepsvpt commented on May 17, 2024 4

6.2.0 adds use-permissions-policy-header config key to feature-policy, set it to true will use Permissions-Policy header name.

https://github.com/bepsvpt/secure-headers/blob/6.2.0/config/secure-headers.php#L148-L159

from secure-headers.

bepsvpt avatar bepsvpt commented on May 17, 2024 2

7.0.0 was released, if there is any problem with permissions-policy, feel free to reply on this issue.

Note: Feature-Policy was removed.

from secure-headers.

J2TEAM avatar J2TEAM commented on May 17, 2024 1

Hi @bepsvpt! Can you please update it soon? It shows a lot of errors on my website 😒

image

from secure-headers.

yosifeldman avatar yosifeldman commented on May 17, 2024

from secure-headers.

jamesparkes avatar jamesparkes commented on May 17, 2024

any updates on this one?

from secure-headers.

jamesparkes avatar jamesparkes commented on May 17, 2024

worked like a charm. thanks πŸ˜„

from secure-headers.

richardnbanks avatar richardnbanks commented on May 17, 2024

The header gets changed correctly but the format of the values changed too.

https://github.com/w3c/webappsec-permissions-policy/blob/master/permissions-policy-explainer.md#appendix-big-changes-since-this-was-called-feature-policy

A policy which would previously have been expressed as:

Feature-Policy: fullscreen 'self' https://example.com https://another.example.com; geolocation *; camera 'none'

would now look like:

Permissions-Policy: fullscreen=(self "https://example.com" "https://another.example.com"), geolocation=*, camera=()

from secure-headers.

HDVinnie avatar HDVinnie commented on May 17, 2024

Came across this as well after using https://observatory.mozilla.org/ . Hope to see it implemented and released.

from secure-headers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.