识别哪些网站正在使用 ReCAPTCHA v1 以进行升级
Identifying which websites are using ReCAPTCHA v1 in order to upgrade
Google 目前正在群发电子邮件,如下所示:
Dear Webmaster,
You are receiving this email because you are registered as a website administrator using reCAPTCHA, and your website is still using reCAPTCHA v1, which will be turned off on March 31, 2018.
We announced the reCAPTCHA v1 deprecation in May 2016. Starting in November 2017, a small percentage of reCAPTCHA v1 traffic will begin to show a notice informing users that the old API will soon be retired. Any calls to the v1 API will not work after March 31, 2018.
To ensure continued functionality, you’ll need to update your website to a current version of reCAPTCHA. You can learn more about reCAPTCHA v2, Invisible reCAPTCHA and reCAPTCHA Android API in our Developer’s Guide. The new APIs are simple to implement and will streamline the captcha experience for your users. If you need help, you can engage in the reCAPTCHA Google Developer Group or post to Stack Overflow with the ‘recaptcha’ tag.
We hope that your upgrade will be seamless, and we’re confident you’ll be happy with the results.
Thank you,
reCAPTCHA Support
对于那些多年来使用 ReCAPTCHA 构建了数十个(或数百个)网站的人来说,是否有一种简单的方法来识别哪些网站正在使用版本 1?
Google 开发人员 ReCAPTCHA 组(由其他人)也提出了这个问题,我会监控那里的答案,post 如果相关,他们会在这里:https://groups.google.com/forum/#!topic/recaptcha/KRzmHivCtjM
你可以看看https://www.google.com/recaptcha/admin#list。然而,对我来说,所有网站的 V2
和 Site Type
一样,而我收到的电子邮件与您相同。在检查一些网站时,我注意到他们实际上使用的是 reCAPTCHA v1。
一种方法:浏览每个站点并查看 recaptcha 本身:
v1 == 输入字母以完成验证码。
v2 == select 图片来完成验证码。
可能会很乏味,是的,但应该能胜任。
Google 目前正在群发电子邮件,如下所示:
Dear Webmaster,
You are receiving this email because you are registered as a website administrator using reCAPTCHA, and your website is still using reCAPTCHA v1, which will be turned off on March 31, 2018.
We announced the reCAPTCHA v1 deprecation in May 2016. Starting in November 2017, a small percentage of reCAPTCHA v1 traffic will begin to show a notice informing users that the old API will soon be retired. Any calls to the v1 API will not work after March 31, 2018.
To ensure continued functionality, you’ll need to update your website to a current version of reCAPTCHA. You can learn more about reCAPTCHA v2, Invisible reCAPTCHA and reCAPTCHA Android API in our Developer’s Guide. The new APIs are simple to implement and will streamline the captcha experience for your users. If you need help, you can engage in the reCAPTCHA Google Developer Group or post to Stack Overflow with the ‘recaptcha’ tag.
We hope that your upgrade will be seamless, and we’re confident you’ll be happy with the results.
Thank you,
reCAPTCHA Support
对于那些多年来使用 ReCAPTCHA 构建了数十个(或数百个)网站的人来说,是否有一种简单的方法来识别哪些网站正在使用版本 1?
Google 开发人员 ReCAPTCHA 组(由其他人)也提出了这个问题,我会监控那里的答案,post 如果相关,他们会在这里:https://groups.google.com/forum/#!topic/recaptcha/KRzmHivCtjM
你可以看看https://www.google.com/recaptcha/admin#list。然而,对我来说,所有网站的 V2
和 Site Type
一样,而我收到的电子邮件与您相同。在检查一些网站时,我注意到他们实际上使用的是 reCAPTCHA v1。
一种方法:浏览每个站点并查看 recaptcha 本身:
v1 == 输入字母以完成验证码。
v2 == select 图片来完成验证码。
可能会很乏味,是的,但应该能胜任。