We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870d71b commit 254b74cCopy full SHA for 254b74c
config/environments/production.rb
@@ -97,6 +97,8 @@
97
'X-XSS-Protection' => '1; mode=block',
98
'Content-Security-Policy' => "frame-ancestors 'none'; object-src 'none'; script-src 'self' https://dev-static.glitch.social 'unsafe-inline'; base-uri 'none';" ,
99
'Referrer-Policy' => 'no-referrer, strict-origin-when-cross-origin',
100
- 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload'
+ 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload',
101
+ 'X-Clacks-Overhead' => 'GNU Natalie Nguyen'
102
+
103
}
104
end
0 commit comments