-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementPRs that improve existing functionalitiesPRs that improve existing functionalities
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.
Metadata
Metadata
Assignees
Labels
enhancementPRs that improve existing functionalitiesPRs that improve existing functionalities