]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/oauth_controller.rb
Use cancancan to authorize user_preference_controller
[rails.git] / app / controllers / oauth_controller.rb
index ae6d0983b8fbcb89f10c9ef123d515b3fc6ccb29..96b562b5ef4bdce00cabe31bc68e16a032b471e0 100644 (file)
@@ -38,7 +38,7 @@ class OauthController < ApplicationController
   protected
 
   def oauth1_authorize
-    append_content_security_policy_directives(:form_action => %w[*])
+    override_content_security_policy_directives(:form_action => []) if CSP_ENFORCE || defined?(CSP_REPORT_URL)
 
     if @token.invalidated?
       @message = t "oauth.authorize_failure.invalid"