Skip to content

Commit 5330d3d

Browse files
committed
Correct missing ReCAPTCHA version numbers. Closes #17.
1 parent 459c5f2 commit 5330d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@

Version 2: Are you a robot?

253253
<section id="recap3">
254254
<h4>The Non-interactive Version 3h4>
255255

256-
<p>Late in 2018 Google released <a href="https://webmasters.googleblog.com/2018/10/introducing-recaptcha-v3-new-way-to.html"> reCAPTCHA v3a> promising to eliminate "the need to interrupt users with challenges at all." <a href="https://lists.w3.org/Archives/Public/public-rqtf/2019Mar/0019.html">Google also informed usa> that their goals with v included increasing "the accessibility of the web by removing traditional CAPTCHAs" entirely. Obviously, fully non-interactive <a>Turing testinga> is a most welcome development direction for accessibility. When the non-interactive <a>Turing testa> returns a score indicating high confidence that the user is human, or indeed a score indicating high confidence that the user is a robot, and experience has demonstrated the non-interactive engine is reliable, we can only offer praise and gratitude for technological progress that more effectively supports persons with disabilities. p>
256+
<p>Late in 2018 Google released <a href="https://webmasters.googleblog.com/2018/10/introducing-recaptcha-v3-new-way-to.html"> reCAPTCHA v3a> promising to eliminate "the need to interrupt users with challenges at all." <a href="https://lists.w3.org/Archives/Public/public-rqtf/2019Mar/0019.html">Google also informed usa> that their goals with v3 included increasing "the accessibility of the web by removing traditional CAPTCHAs" entirely. Obviously, fully non-interactive <a>Turing testinga> is a most welcome development direction for accessibility. When the non-interactive <a>Turing testa> returns a score indicating high confidence that the user is human, or indeed a score indicating high confidence that the user is a robot, and experience has demonstrated the non-interactive engine is reliable, we can only offer praise and gratitude for technological progress that more effectively supports persons with disabilities. p>
257257

258258
<p>Of course no approach will always return unambiguous results. <a
259259
href="https://developers.google.com/recaptcha/docs/v3">In such
260260
situations Google advisesa> that content providers "use a secondary
261261
challenge that makes sense in the context of their site such as two-factor
262262
authentication, send the post to moderators, or combine the score with signals
263263
specific to their site to make a more informed judgment." Google intends
264-
that traditional CAPTCHA no longer be used as a fallback mechanism and has dropped it from v reCAPTCHA, though it remains in their slightly older, 2017 <a href="https://developers.google.com/recaptcha/docs/invisible">reCAPTCHA v2 Invisiblea> service.p>
264+
that traditional CAPTCHA no longer be used as a fallback mechanism and has dropped it from v3 reCAPTCHA, though it remains in their slightly older, 2017 <a href="https://developers.google.com/recaptcha/docs/invisible">reCAPTCHA v2 Invisiblea> service.p>
265265

266266
<p>The reality is that what action is taken in response to an ambiguous core returned by v3 is in the hands of the content provider. Services like reCAPTCHA gain their market share by offering to relieve the content provider of the hard work inherent in mounting effective and accessible <a>Turing testinga>. Sadly this leaves the door open to any fallback approach a content provider might choose. Meanwhile, Google's reCAPTCHA FAQ declares that <a href="https://developers.google.cn/recaptcha/docs/faq">reCAPTCHA Version 2 is not going awaya>. It is therefore imperative that methods for disambiguating an ambiguous non-interactive score be well documented and easily implementable in order to better overcome the tendency to simply adopt the old familiar approach. p>
267267

0 commit comments

Comments
 (0)