mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Supports absolute redirects being used in the FormController behaviour. If the form_config.yaml specifies ```twig create: redirect: https://api.example.com/oauth/authorize ``` Then the behaviour will now properly redirect the user to the URL provided where previously it would redirect to a url along the lines of `october.example.com/backend/https://api.example.com/oauth/authorize`. Relative backend redirect URLs are unchanged.