diff options
author | thekettu <samantha.chalker@nccgroup.trust> | 2018-08-17 20:03:34 -0700 |
---|---|---|
committer | thekettu <samantha.chalker@nccgroup.trust> | 2018-08-17 20:03:34 -0700 |
commit | 13cf4b541630f6c3edf2a95bf8f7c6f48837a28d (patch) | |
tree | d073d0492d4b8a22dc6ba33697f36410b1e4b299 /config | |
parent | 69d4fa3bc5be51dfdc480875ec7105b6a2935587 (diff) |
Reset 2018-08-17
Diffstat (limited to 'config')
-rw-r--r-- | config/environments/production.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 16c0ef941..1f0a73ecf 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -96,12 +96,12 @@ Rails.application.configure do config.action_dispatch.default_headers = { 'Server' => 'Mastodon', - 'X-Frame-Options' => 'DENY', - 'X-Content-Type-Options' => 'nosniff', - 'X-XSS-Protection' => '1; mode=block', - 'Content-Security-Policy' => "frame-ancestors 'none'; object-src 'none'; script-src 'self' https://dev-static.glitch.social ; base-uri 'none';" , - 'Referrer-Policy' => 'same-origin', - 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload', + #'X-Frame-Options' => 'DENY', + #'X-Content-Type-Options' => 'nosniff', + #'X-XSS-Protection' => '1; mode=block', + #'Content-Security-Policy' => "frame-ancestors 'none'; object-src 'none'; script-src 'self' https://dev-static.glitch.social ; base-uri 'none';" , + #'Referrer-Policy' => 'same-origin', + #'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload', 'X-Clacks-Overhead' => 'GNU Natalie Nguyen' } |