rotting bones wrote: ↑Thu Jun 29, 2023 11:25 pm
Right, if this site isn't self-hosted, I don't know what will be visible from the outside.
Well, all those links are to the bits of the documentation explaining how to access them from outside.
bradrn wrote: ↑Thu Jun 29, 2023 11:09 pm
OK, got this working. At a glance, they do have a section on ‘Spambot countermeasures’: they seem to mostly be CAPTCHAs of various types. However, the focus is on blocking spam registrations and logins, rather than on blocking viewers. For the latter, I suspect you’ll need to configure things on the hosting provider.
When I Googled this earlier, I found a dizzying array of CAPTCHA-related extensions. IIRC a lot of them change the CAPTCHA type.
Indeed. By default it appears the following ones are available by default:
- Simple image
- GD image
- GD 3D image
- Q&A
- reCaptcha v2
- reCaptcha v3
Of these, it appears Q&A is least invasive: it just asks the user to supply an answer to a predefined question (so you could ask e.g. ‘Name a word class’ with acceptable answers ‘noun’, ‘verb’, etc.). But also, all these plugins are specific to spam registrations: for normal views they don’t do a thing (presumably because you’d normally want the forum to be visible to everyone). This is why I suggested configuring the hosting provider, which might provide functionality for blocking access to the webserver in the first place.