sorcery icon indicating copy to clipboard operation
sorcery copied to clipboard

adapt to Rails 7.0 defaults

Open craisp opened this issue 2 years ago • 1 comments

Since 7.0, Rails protects against redirecting to external hosts https://api.rubyonrails.org/classes/ActionController/Redirecting.html#method-i-redirect_to-label-Open+Redirect+protection This change adapts to this by adding the option allow_other_host to the method call

craisp avatar Jul 20 '22 12:07 craisp

@joshbuker can you allow to run CI please

olimart avatar Jul 25 '22 14:07 olimart

No idea why CI is borked, ~~going to merge main and kick that off again.~~ it's already up-to-date, and I can't force push.

Guess I'll test locally.

joshbuker avatar Sep 28 '22 16:09 joshbuker