diff options
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index c25556665..18973490c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -118,7 +118,7 @@ Rails.application.configure do 'Permissions-Policy' => 'interest-cohort=()', 'Referrer-Policy' => 'same-origin', 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload', - 'X-Clacks-Overhead' => 'GNU Natalie Nguyen' + 'X-Clacks-Overhead' => 'GNU Natalie Nguyen, GNU Anna Harren' } config.x.otp_secret = ENV.fetch('OTP_SECRET') |