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"