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"