-
Notifications
You must be signed in to change notification settings - Fork 24
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
detect logout URLs automatically #13
Comments
There is some logout detection here
1 , not to an empty stringThere are two more problems with current logout mechanics:
Did you have something more specific in mind here @kmike ? |
Nothing more specific; I was thinking about howto detect logout links before following them. Maybe even just 'logout' in URL or link text covers 99% cases. |
For now, links with "logout" in url and "logout" or "log out" in text will be skipped. This detection is off when autologin is disabled.
Hm, just though that it would be even better if this support was off when the site is skipped, and autologin is effectively disabled, although |
Done in 794526f |
We should prevent logging out caused by following logout links.
The text was updated successfully, but these errors were encountered: