You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any "proceed_to" value must be a well-formed URL or an absolute
path. Anything else will raise a RedirectProtector::Violation.
Previously, a malformed URL would pass the "ensure_same_origin" test,
providing a potential vector for a malicious URL (which obviously must
be chained with a cookie attack, since that's where the flash values
is persisted).
0 commit comments