]> cat aescling's git repositories - mastodon.git/commitdiff
add memorial to production.rb
authorbeatrix <beatrix.bitrot@gmail.com>
Fri, 3 Nov 2017 16:34:50 +0000 (12:34 -0400)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2017 16:34:50 +0000 (12:34 -0400)
in memory of Natalie Nguyen

let her name ring through the ether

config/environments/production.rb

index e0ee393c1224985b6c906e3cf1b8da838c7862c3..f7cb4b08a08eba8c6f0162e3f21590e6034d9ffc 100644 (file)
@@ -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
This page took 0.022655 seconds and 3 git commands to generate.