Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2016-09-08 03:00:34 +0300
committerDennis Schubert <mail@dennis-schubert.de>2016-09-30 03:10:37 +0300
commit4da1c78bb77a6f02179433cf24ce4b1235d13abd (patch)
tree17f6cb6efdfc08cec8c728f54b3e8de4b0b89d9d /config.ru
parent35aa0badc529ecb738030d1f62224c74010c9f34 (diff)
Add secure_header gem to add some security related headers
basic config for Content Security Policies
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index 2f5ac99d8..44a140077 100644
--- a/config.ru
+++ b/config.ru
@@ -17,6 +17,5 @@ if defined?(Unicorn)
end
use Rack::Deflater
use Rack::InternetExplorerVersion, minimum: 9
-use Rack::Protection::FrameOptions
run Diaspora::Application