mirror of https://github.com/mastodon/mastodon
Fix Content-Security-Policy when using sso-redirect (#32241)
This commit is contained in:
parent
cf28104317
commit
49407e7623
|
@ -13,7 +13,7 @@ module WebAppControllerConcern
|
|||
policy = ContentSecurityPolicy.new
|
||||
|
||||
if policy.sso_host.present?
|
||||
p.form_action policy.sso_host
|
||||
p.form_action policy.sso_host, -> { "https://#{request.host}/auth/auth/" }
|
||||
else
|
||||
p.form_action :none
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue