-
Notifications
You must be signed in to change notification settings - Fork 80
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
Anon user tracking #409
Comments
Cloudflare has a form of this "automatic recaptcha" when it gates some users based on unusual access behaviour. |
@jace if we move the anon user detection to JS based events, wont that make browsers with JS disabled a trouble? |
We don't support browsers without JS anyway. That era is over. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anon user tracking has been disabled for the past several months as it tested only for cookie acceptance, and was easily fooled by headless browsers that play back cookies.
A less easily fooled mechanism could:
These changes will prevent accidental creation of anonymous user accounts, but won't stop an intentional submission by a customised browser. A mechanism by which to do automatic recaptcha without the click is yet to be defined.
The text was updated successfully, but these errors were encountered: