Skip to content

Commit 254b74c

Browse files
add memorial to production.rb
in memory of Natalie Nguyen let her name ring through the ether
1 parent 870d71b commit 254b74c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/environments/production.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
'X-XSS-Protection' => '1; mode=block',
9898
'Content-Security-Policy' => "frame-ancestors 'none'; object-src 'none'; script-src 'self' https://dev-static.glitch.social 'unsafe-inline'; base-uri 'none';" ,
9999
'Referrer-Policy' => 'no-referrer, strict-origin-when-cross-origin',
100-
'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload'
100+
'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload',
101+
'X-Clacks-Overhead' => 'GNU Natalie Nguyen'
102+
101103
}
102104
end

0 commit comments

Comments
 (0)