diff options
author | pluralcafe-docker <docker@plural.cafe> | 2018-08-23 06:16:14 +0000 |
---|---|---|
committer | pluralcafe-docker <docker@plural.cafe> | 2018-08-23 06:16:14 +0000 |
commit | 0fa521de89168ef33423fc7306a33d4a1c3badf3 (patch) | |
tree | ce3663d75ca93ea2d32e10de532eb18a230cf6e0 /config/environments | |
parent | a4935a8e24dcfa865fb330693d8ec90beca1aa98 (diff) | |
parent | 8aa58e34bb2b62192a997ac7ea8919b22fc45f80 (diff) |
Merge branch 'glitch'
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 1f0a73ecf..63f4a7fb1 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -99,7 +99,6 @@ Rails.application.configure do #'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' |