add memorial to production.rb

in memory of Natalie Nguyen

let her name ring through the ether
master
beatrix 7 years ago committed by GitHub
parent 870d71b78b
commit 254b74c71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save