diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-03-23 10:15:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 10:15:13 +0100 |
commit | 867790e07a149b1213936c3ff1fc5815d37e2e94 (patch) | |
tree | d165b5ba19e907a8e57b1abf5ab5cf408419e051 /config/environments | |
parent | 02ac94490a67659c7cc669ead5b107b724db6e68 (diff) | |
parent | b4f60bc6de4ece3b2ff908d31a0c34ddbbfacf2c (diff) |
Merge pull request #2144 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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 108927060..95c6e790f 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=()', 'X-Clacks-Overhead' => 'GNU Natalie Nguyen', 'Referrer-Policy' => 'same-origin', } |