1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Add reCAPTCHA preset

Fixes #398
This commit is contained in:
kkapsner 2019-12-16 19:31:18 +01:00
parent ce27426ad4
commit 993e72d6c8
4 changed files with 25 additions and 2 deletions

View file

@ -21,5 +21,10 @@
"audioFakeRate": "0.1%",
"audioNoiseLevel": "low",
"protectWindow": true
},
"recaptcha": {
"protectWindow": {
"^https://www\\.google\\.com/recaptcha/api2/(?:b?frame|anchor).*$": false
}
}
}