Skip to content

Commit

Permalink
deploy: f663f59
Browse files Browse the repository at this point in the history
  • Loading branch information
pya35 committed Jun 6, 2024
1 parent 6b6a80e commit 9429806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/articles/captcha-accessibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<button type="button" class="btn btn-secondary dropdown-toggle" id="mobile-toc-dropdown-handler" data-bs-toggle="dropdown" aria-expanded="false">
On this page
</button>
<div class="dropdown-menu dropdown-menu-right"><a href="#introduction" class="dropdown-item text-wrap">Introduction</a><a href="#first-analysis-captchas-and-users" class="dropdown-item text-wrap">First analysis: CAPTCHAs and users</a><a href="#second-analysis-captcha-and-security" class="dropdown-item text-wrap">Second analysis: CAPTCHA and security</a><a href="#recommended-solutions" class="dropdown-item text-wrap">Recommended solutions</a><a href="#honeypot-and-time-measuring-two-simple-techniques-to-put-in-place-to-identify-bots" class="dropdown-item text-wrap">HoneyPot and Time measuring, two simple techniques to put in place to identify bots</a><a href="#anti-spam-and-blacklist-solutions-to-remove-bot-requests" class="dropdown-item text-wrap">Anti-spam and blacklist solutions to remove bot requests</a><a href="#a-logical-or-mathematical-test-also-called-textual-captcha" class="dropdown-item text-wrap">A logical or mathematical test, also called textual CAPTCHA</a><a href="#an-email-sms-or-phone-verification-for-reinforced-security" class="dropdown-item text-wrap">An email, SMS or phone verification for reinforced security</a><a href="#summary" class="dropdown-item text-wrap">Summary</a><a href="#test-with-real-users" class="dropdown-item text-wrap">Test with real users</a></div>
<div class="dropdown-menu dropdown-menu-right"><a href="#introduction" class="dropdown-item text-wrap">Introduction</a><a href="#first-analysis-captchas-and-users" class="dropdown-item text-wrap">First analysis: CAPTCHAs and users</a><a href="#second-analysis-captcha-and-security" class="dropdown-item text-wrap">Second analysis: CAPTCHA and security</a><a href="#recommended-solutions" class="dropdown-item text-wrap">Recommended solutions</a><a href="#honeypot-and-time-measuring-two-simple-techniques-to-put-in-place-to-identify-bots" class="dropdown-item text-wrap">HoneyPot and Time measuring, two simple techniques to put in place to identify bots</a><a href="#anti-spam-and-denylist-solutions-to-remove-bot-requests" class="dropdown-item text-wrap">Anti-spam and denylist solutions to remove bot requests</a><a href="#a-logical-or-mathematical-test-also-called-textual-captcha" class="dropdown-item text-wrap">A logical or mathematical test, also called textual CAPTCHA</a><a href="#an-email-sms-or-phone-verification-for-reinforced-security" class="dropdown-item text-wrap">An email, SMS or phone verification for reinforced security</a><a href="#summary" class="dropdown-item text-wrap">Summary</a><a href="#test-with-real-users" class="dropdown-item text-wrap">Test with real users</a></div>
</nav>

</div>
Expand Down Expand Up @@ -216,7 +216,7 @@ <h2 id="honeypot-and-time-measuring-two-simple-techniques-to-put-in-place-to-ide
<p>These two techniques are transparent for the user, and the risks they pose are very limited.<br>
The first solution consists in adding a hidden field in the form. This will never be filled by a user. If you detect server-side that the field was filled, it must be malevolent software.<br>
The second technique consists in measuring the time it takes for the user to fill the form. If it is very fast, there’s a good chance that it’s malevolent software.</p>
<h2 id="anti-spam-and-blacklist-solutions-to-remove-bot-requests">Anti-spam and blacklist solutions to remove bot requests <a class="header-anchor" href="#anti-spam-and-blacklist-solutions-to-remove-bot-requests" aria-labelledby="a11y_heading_anchor_label">#</a></h2>
<h2 id="anti-spam-and-denylist-solutions-to-remove-bot-requests">Anti-spam and denylist solutions to remove bot requests <a class="header-anchor" href="#anti-spam-and-denylist-solutions-to-remove-bot-requests" aria-labelledby="a11y_heading_anchor_label">#</a></h2>
<p>It is also possible, server-side, to triage information with anti-spam software and automatically remove submissions from malevolent software by analysing content data and the originating IP.</p>
<h2 id="a-logical-or-mathematical-test-also-called-textual-captcha">A logical or mathematical test, also called textual CAPTCHA <a class="header-anchor" href="#a-logical-or-mathematical-test-also-called-textual-captcha" aria-labelledby="a11y_heading_anchor_label">#</a></h2>
<p>This is done through a simple sentence asking the user to copy a word, to solve a simple mathematical operation, etc.</p>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h2 id="toc-title">On this page</h2>
<a href="#second-analysis-captcha-and-security" class="nav-link text-muted">Second analysis: CAPTCHA and security</a></li><li class="nav-item position-relative">
<a href="#recommended-solutions" class="nav-link text-muted">Recommended solutions</a></li><li class="nav-item position-relative">
<a href="#honeypot-and-time-measuring-two-simple-techniques-to-put-in-place-to-identify-bots" class="nav-link text-muted">HoneyPot and Time measuring, two simple techniques to put in place to identify bots</a></li><li class="nav-item position-relative">
<a href="#anti-spam-and-blacklist-solutions-to-remove-bot-requests" class="nav-link text-muted">Anti-spam and blacklist solutions to remove bot requests</a></li><li class="nav-item position-relative">
<a href="#anti-spam-and-denylist-solutions-to-remove-bot-requests" class="nav-link text-muted">Anti-spam and denylist solutions to remove bot requests</a></li><li class="nav-item position-relative">
<a href="#a-logical-or-mathematical-test-also-called-textual-captcha" class="nav-link text-muted">A logical or mathematical test, also called textual CAPTCHA</a></li><li class="nav-item position-relative">
<a href="#an-email-sms-or-phone-verification-for-reinforced-security" class="nav-link text-muted">An email, SMS or phone verification for reinforced security</a></li><li class="nav-item position-relative">
<a href="#summary" class="nav-link text-muted">Summary</a></li><li class="nav-item position-relative">
Expand Down

0 comments on commit 9429806

Please sign in to comment.