diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2017-11-03 12:34:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 12:34:50 -0400 |
commit | 254b74c71f24304f0a723d38b3ed76f9a70b8c93 (patch) | |
tree | 68fa613b7ff90204ce5288ee6420f76cc3d85d75 /config/environments | |
parent | 870d71b78be74b7fab4892a79a87aff39b1e2726 (diff) |
add memorial to production.rb
in memory of Natalie Nguyen let her name ring through the ether
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index e0ee393c1..f7cb4b08a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -97,6 +97,8 @@ Rails.application.configure do 'X-XSS-Protection' => '1; mode=block', 'Content-Security-Policy' => "frame-ancestors 'none'; object-src 'none'; script-src 'self' https://dev-static.glitch.social 'unsafe-inline'; base-uri 'none';" , 'Referrer-Policy' => 'no-referrer, strict-origin-when-cross-origin', - 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload' + 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload', + 'X-Clacks-Overhead' => 'GNU Natalie Nguyen' + } end |