-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APP-6932 better local redirect validation #390
Conversation
Not yet, I will set that up. |
Potential missing cases:
|
@jr22 Put up an app-side PR here: https://github.com/viamrobotics/app/pull/6918 Going to make another commit to try and handle CI and temp envs but that should just be additions to the whitelist ideally. |
Updates our
backto
redirect logic to only allow fully-qualified whitelistedhttps
URLs. This will require a change inapp
to no longer pass just the currentpathname
forbackto
and instead to pass the full current URL.