]> git.openstreetmap.org Git - rails.git/commitdiff
Don't override non-existent policy
authorTom Hughes <tom@compton.nu>
Wed, 23 May 2018 11:50:10 +0000 (12:50 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 23 May 2018 11:50:10 +0000 (12:50 +0100)
app/controllers/oauth_controller.rb

index 7e7a52677ccf60105d613645465a62ea93079714..96b562b5ef4bdce00cabe31bc68e16a032b471e0 100644 (file)
@@ -38,7 +38,7 @@ class OauthController < ApplicationController
   protected
 
   def oauth1_authorize
-    override_content_security_policy_directives(:form_action => [])
+    override_content_security_policy_directives(:form_action => []) if CSP_ENFORCE || defined?(CSP_REPORT_URL)
 
     if @token.invalidated?
       @message = t "oauth.authorize_failure.invalid"