mirror of
https://git.sdf.org/humanacollaborator/humanacollabora.git
synced 2025-01-13 08:39:26 -05:00
fix summary overrun
This commit is contained in:
parent
8d0a71ee64
commit
16cb9b256e
@ -118,7 +118,8 @@ of CAPTCHAs:
|
|||||||
[scan your LAN ports][ebay].
|
[scan your LAN ports][ebay].
|
||||||
1. GUI CAPTCHAs fail to meet [WCAG standards][wcag] and thus
|
1. GUI CAPTCHAs fail to meet [WCAG standards][wcag] and thus
|
||||||
discriminate against impaired people, ultimately blocking
|
discriminate against impaired people, ultimately blocking
|
||||||
satisfaction of [FSF criteria C2][fsfCriteria]: <details>
|
satisfaction of [FSF criteria C2][fsfCriteria]:
|
||||||
|
<details>
|
||||||
<summary>(rationale)</summary>
|
<summary>(rationale)</summary>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -170,7 +171,10 @@ of CAPTCHAs:
|
|||||||
text-based clients including the `git` command.
|
text-based clients including the `git` command.
|
||||||
1. The CAPTCHAs are often broken. This amounts to a denial of service:
|
1. The CAPTCHAs are often broken. This amounts to a denial of service:
|
||||||
* E.g.1: the CAPTCHA server itself refuses to give the puzzle saying there is too much activity.
|
* E.g.1: the CAPTCHA server itself refuses to give the puzzle saying there is too much activity.
|
||||||
* E.g.2: gitlab.com has switched back and forth between Google's reCAPTCHA and hCAPTCHA (by *Intuition Machines, Inc.*) but at the moment they've settled on hCAPTCHA. Both have broken and both default to access denial in that event: <table>
|
* E.g.2: gitlab.com has switched back and forth between Google's
|
||||||
|
reCAPTCHA and hCAPTCHA (by *Intuition Machines, Inc.*) but at the
|
||||||
|
moment they've settled on hCAPTCHA. Both have broken and both
|
||||||
|
default to access denial in that event: <table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
<th>Google reCAPTCHA (pre-2021)</th>
|
<th>Google reCAPTCHA (pre-2021)</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user