Browse Source

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

closed-social-glitch-2
Eugen Rochko 1 year ago
committed by GitHub
parent
commit
0ca54a4105
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      config/environments/production.rb

+ 0
- 1
config/environments/production.rb 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',
}

Loading…
Cancel
Save