This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Replies: 2 comments
|
Sure. I'm fine with that. If you want to add more details about the script I think the Technical Resources tab would be more appropriate. |
0 replies
|
Implemented in the following PR: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
As the Permissions-Policy header is still in development and is not yet well supported, I was wondering if adding the following code snippet in this location can be helpful and can make sense?
💡 The objective is to allow specifying the same policy but using the 2 format to increase the coverage of browsers according to their support level for Permissions-Policy and/or Feature-Policy policy header.
📑 Source for the conversion rules was this one.
💻 Code snippet (python3):
⚙ Execution example:
@riramar and all:
What do you think?
All reactions