Curtis Wilcox on Nostr: npub1zylk3…ct54n It's a proof-of-work solution, it says "mCaptcha can protect your ...
npub1zylk3x2cvl79r854gtnqjvh7cjns6zzynvf39llvfvh6gl89cgvslct54n (npub1zyl…t54n)
It's a proof-of-work solution, it says "mCaptcha can protect your website from DDoS attacks." I don't think slowing down the account sign-ups of spammers will help much.
The UI is just an input with a label. It's temporarily called "Processing" then "Verified" and with aria-valuetext="Verified!" dynamically added. Should probably use a live region instead of all those attributes but it shouldn't prevent task completion.
```HTML
<input id="widget__verification-checkbox" aria-valuenow="I'm not a robot" aria-checked="false" role="checkbox" class="widget__verification-checkbox" type="checkbox">
</label>
```
npub180yf59hu9cd223nu2r3q2cnpzn9a9v8r0vdec759aj8tx6kym78q5l5nth (npub180y…5nth)
It's a proof-of-work solution, it says "mCaptcha can protect your website from DDoS attacks." I don't think slowing down the account sign-ups of spammers will help much.
The UI is just an input with a label. It's temporarily called "Processing" then "Verified" and with aria-valuetext="Verified!" dynamically added. Should probably use a live region instead of all those attributes but it shouldn't prevent task completion.
```HTML
<input id="widget__verification-checkbox" aria-valuenow="I'm not a robot" aria-checked="false" role="checkbox" class="widget__verification-checkbox" type="checkbox">
</label>
```
npub180yf59hu9cd223nu2r3q2cnpzn9a9v8r0vdec759aj8tx6kym78q5l5nth (npub180y…5nth)