From 0ca54a4105907fc61792052fcdb703af8bbd1fee Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Mon, 20 Mar 2023 20:02:09 +0100
Subject: [PATCH] Remove `Permissions-Policy` header from all responses
 (#24124)

---
 config/environments/production.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/environments/production.rb b/config/environments/production.rb
index 00d7834775..ef52228a0a 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',
   }
 
-- 
GitLab