diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2023-03-20 20:02:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 20:02:09 +0100 |
commit | 0ca54a4105907fc61792052fcdb703af8bbd1fee (patch) | |
tree | 05bef90aeb0a111b25dd81a5b84cdba1482443e7 /config/environments | |
parent | 94cbd808b5b3e7999c7e77dc724b7e8c9dd2bdec (diff) |
Remove `Permissions-Policy` header from all responses (#24124)
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 00d783477..ef52228a0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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', } |