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

lolsob-rspec
Eugen Rochko 2023-03-20 20:02:09 +01:00 committed by GitHub
parent d1b3f02926
commit 336cf95418
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',
}