-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Replace CAPTCHA #244
Comments
I imagine you don't have to worry too much about accessibility issues regarding image recognition considering the nature of Invidious. You might argue that the blind could still use it for audio consumption but I imagine the blind have better suited places for them to go that aren't subject to such frequent changes that might frustrate their experience. As for those who are colour blind there are tools available that let you view an image as though you were colour blind yourself, thus letting you know if the images you'll use for the test are suitable. |
How about one that used number and/or letters as a graphic image? |
i would only replace a captcha if it has been abused. for smaller sites a captcha doesnt have to be so strong. it has to be unique so it doesnt get attacked automatically. there has to be someone who is interested first. i would think about an alternative to have as a backup but only throw it in once it is needed. all captchas will eventially be solvable so the longer you wait the longer it lasts. |
I think the best solution would be to make 2. the default, and have 1. as an option. For reference, comparison on Captcha alternatives by the Accessibility Guidelines Working Group: |
Added text captcha with 26eb59e. For the image captcha, I'm planning on adding a second hand to the clock, so it'll look like this: Which increases the possibility space by about an order of magnitude, at the cost of (hopefully) not too much inconvenience. |
Added with 934c81b. |
@omarroth I saw that now and that second's hand idea is great! |
Great! I think this can be closed then, since the issues raised appear to be addressed. |
will hours 10-12 not be chosen or what do you enter then? |
10-12 will work as expected, the reason it's |
maybe use (h)h:mm:ss to avoid confusion although it doesnt look as nice or just skip those hours which would reduce entropy just slightly. |
https://share.riseup.net/#eYugoeZKLVIvG3qr_v99lw This is captcha test used by qwant, adding for reference if in future Invidious decides to change how captcha works |
hey do you have any riseup invites if so can you please send one to fistonal@protonmail.com |
Please don't solicit things here @TylerHobanDotCom.
Unfortunately the link is no longer working for me. Do you have another copy @Avizini? |
@omarroth Oh! I am sure it will be present somewhere, I'll look it afterwards. Also see how arch forum does verification. This is not good replacement because many won't understand what to do. That qwant one was a simple square image which had like 10 shapes and some scattered lines/dots. It asks user to chose the odd one out. @TylerHobanDotCom i don't have riseup account. |
An issue raised in #239 is the clock CAPTCHA is too weak. Because of this and other issues (such as accessibility for blind or visually-impaired users), I think the CAPTCHA should be replaced.
A couple alternatives:
x
seconds (although this may also reject users with password managers)Obviously I would appreciate any other suggestions.
The text was updated successfully, but these errors were encountered: