[GH-ISSUE #31] keep spammers away #30

Open
opened 2026-02-26 09:35:02 +03:00 by kerem · 1 comment
Owner

Originally created by @ThomasWaldmann on GitHub (Oct 22, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/31

spam bots might register users (and after email roundtrip) add hosts/domains.

different solutions to avoid that come to mind:

  • use recaptcha (owned by google) - privacy / UX / accessibility?
  • use akismet?
  • use honeypot?
Originally created by @ThomasWaldmann on GitHub (Oct 22, 2013). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/31 spam bots might register users (and after email roundtrip) add hosts/domains. different solutions to avoid that come to mind: - use recaptcha (owned by google) - privacy / UX / accessibility? - use akismet? - use honeypot?
Author
Owner

@Serverfrog commented on GitHub (Nov 6, 2017):

If its an Option, that could be something like CoinHive.
With the Captcha Option one could do

  • Spam Bots have maybe no JavaScript enabled -> no access
  • They could not register many URL's because of the Load the received
  • Some of them even refuses to spam then (too much load)
  • you could generate some cryptocoins in the process so the financial part ( #294 ) get some benefits to that
<!-- gh-comment-id:342224905 --> @Serverfrog commented on GitHub (Nov 6, 2017): If its an Option, that could be something like [CoinHive](https://coinhive.com/). With the Captcha Option one could do - Spam Bots have maybe no JavaScript enabled -> no access - They could not register many URL's because of the Load the received - Some of them even refuses to spam then (too much load) - you could generate some cryptocoins in the process so the financial part ( #294 ) get some benefits to that
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#30
No description provided.