The correct name of this header is 'Permissions-Policy' (with an 's') according to the documentation: https://developer.chrome.com/en/docs/privacy-sandbox/permissions-policy/
patch-1
alex-zitec 2022-09-23 13:56:33 +03:00 committed by GitHub
parent 9c6a2a4499
commit 7cb9df5494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ requests:
condition: and
- type: dsl
name: permission-policy
name: permissions-policy
dsl:
- "!regex('(?i)permission-policy', all_headers)"
- "!regex('(?i)permissions-policy', all_headers)"
- "status_code != 301 && status_code != 302"
condition: and