Closed
Description
To help address Unvalidated Redirects and Forwards, the redirect()
method should be able to restrict the URL to only URL's that have been defined in the routes file.
This should take effect by default, when the app is set to require all URL's to be routed.
It would be nice to have a way for it to be able to auto-detect a whitelist of URLs that can be used for this, but will need to be determined.