Submitted by: Kein
Submitted at: 2020年08月13日T06:13:38Z
Current Google Captcha ruleset in default recipes is as follows:
github.com/uBlockOrigin/uAssets@1becdb3962/recipes/recipes_en.txt (L116)
Google reCaptcha
* www.google.com
_ www.google.com *
_ www.google.com script
_ www.google.com frame
_ www.gstatic.com *
_ www.gstatic.com script
I've been extensively testing a version of the ruleset where cookies always blocked and it never resulted in any failure or inconvenience. Google has few thousands more way to track you and your session, which it demonstrated multiple ways by silently passing Captcha for me (in fact without even allowing it fully with web-workers) on a completely different resource just because I had high completion rate elsewhere.
May be something like Google reCaptcha No Cookies in addition just like there are YT No Account and YT with Account
Submitted by: [Kein](https://github.com/Kein)
Submitted at: [2020年08月13日T06:13:38Z](https://github.com/uBlockOrigin/uMatrix-issues/issues/285)
-----
Current Google Captcha ruleset in default recipes is as follows:
https://github.com/uBlockOrigin/uAssets/blob/1becdb39620374698e131341fbb504a3630a2267/recipes/recipes_en.txt#L116
```
Google reCaptcha
* www.google.com
_ www.google.com *
_ www.google.com script
_ www.google.com frame
_ www.gstatic.com *
_ www.gstatic.com script
```
I've been extensively testing a version of the ruleset where cookies always blocked and it never resulted in any failure or inconvenience. Google has few thousands more way to track you and your session, which it demonstrated multiple ways by silently passing Captcha for me (in fact without even allowing it fully with web-workers) on a completely different resource just because I had high completion rate elsewhere.
May be something like `Google reCaptcha No Cookies` in addition just like there are `YT No Account` and `YT with Account`