From 0cfd3e3c1f67a4d8660e769a51b95a500f9d5097 Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Mon, 1 Jul 2019 12:07:24 +0200 Subject: [PATCH] disable csp --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0c93feb51..3027c6cf6 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -110,7 +110,7 @@ Rails.application.configure do } # The Content-Security-Policy is NOT in Report-Only mode - config.content_security_policy_report_only = false + config.content_security_policy_report_only = true config.lograge.enabled = ENV['LOGRAGE_ENABLED'] == 'enabled' end