When the third party cookies are disabled in the browser, the selection of the user of the tiles, does not get stored, therefore the user is not able to solve the captcha.
It is true, that if the user disables explicitly the third party cookies, or enters the browser in a privacy mode, they would know that any feature that requires cookies will not work as expected.
However, is also true, that in order to provide a better user experience, we should give feedback to the user, when a feature is not working.
Would it be possible to add a note to the user about this?
The feature would theoretically be something like this:
From the reCaptcha to detect if the cookies are not enabled, and if so, render a string to tell the user that the reCaptcha is not going to work, and in order to have it working, the user should enable the third party cookies in the browser.
Steps to reproduce
- Disable the third party cookies in chrome or FF
- Clean the cookies
- Reload the browser
- Go to any of the next links, and try to solve the reCaptcha when it shows the tiles
https://www.google.com/recaptcha/api2/demo
http://vividcortex.github.io/angular-recaptcha/
When the third party cookies are disabled in the browser, the selection of the user of the tiles, does not get stored, therefore the user is not able to solve the captcha.
It is true, that if the user disables explicitly the third party cookies, or enters the browser in a privacy mode, they would know that any feature that requires cookies will not work as expected.
However, is also true, that in order to provide a better user experience, we should give feedback to the user, when a feature is not working.
Would it be possible to add a note to the user about this?
The feature would theoretically be something like this:
From the reCaptcha to detect if the cookies are not enabled, and if so, render a string to tell the user that the reCaptcha is not going to work, and in order to have it working, the user should enable the third party cookies in the browser.
Steps to reproduce
https://www.google.com/recaptcha/api2/demo
http://vividcortex.github.io/angular-recaptcha/