Remove `Permissions-Policy` header from all responses (#24124)

This commit is contained in:
Eugen Rochko 2023-03-20 20:02:09 +01:00 committed by GitHub
parent 94cbd808b5
commit 0ca54a4105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ Rails.application.configure do
'X-Frame-Options' => 'DENY',
'X-Content-Type-Options' => 'nosniff',
'X-XSS-Protection' => '0',
'Permissions-Policy' => 'interest-cohort=()',
'Referrer-Policy' => 'same-origin',
}