mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #553] Login Redirect not working? #403
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TriggerDingus on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/553
I've had my Login Redirect set to the Aliases page since the feature came out not long ago. I recall that this worked for a short time, but it doesn't redirect any longer. I've tested it in a few different browsers and the result is the same.
Being a user of AnonAddy, I am a privacy guy and so the browsers I use are privacy-biased:
Mullvad (latest version)
Librewolf (latest version)
Perhaps the site is leaving a cookie that my browser is supposed to read, however, my browsers are set to clean-up cookies upon exit.
When I login in, I am left at the Dashboard and the redirect doesn't happen.
@willbrowningme commented on GitHub (Nov 16, 2023):
Thanks for bringing this to my attention, it seems the issue was caused by the intended URL overriding the login redirect setting:
So if you pasted
https://app.addy.iodirectly into your browser then the intended URL would be set in the session athttps://app.addy.iowhich would override whatever you had set as your login redirect.I've just pushed an update that will ignore the intended URL if it is just the dashboard page (
https://app.addy.io).If the intended URL is something else then this will still need to override whatever you set as your login redirect because this is required for the alias deactivation link in the email banner. If the user is not logged in when they click the deactivate link then they can login and the intended URL will ensure that the alias is immediately deactivated still.