diff options
author | Starfall <us@starfall.systems> | 2021-07-19 09:35:40 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-07-19 09:35:40 -0500 |
commit | 45ac9a383ca0f119b2423dbae7fb95758d8d0e5a (patch) | |
tree | 114bcabaf5758eeade351e92123015ca6d46ff85 /config/environments | |
parent | 3ad61ebe8b282efdea3f1e8545684d5721c05fb2 (diff) |
no, we're not letting go of monsterpit.net either
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 18973490c..f2cffe919 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -118,7 +118,8 @@ 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, GNU Anna Harren' + 'X-Clacks-Overhead' => 'GNU Natalie Nguyen, GNU Anna Harren', + 'big-tails' => 'never-fail' } config.x.otp_secret = ENV.fetch('OTP_SECRET') |