• Allero@lemmy.today
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    Why does default config check Mozilla specifically?

    {
    "name": "generic-browser",
    "user_agent_regex": "Mozilla",
    "action": "CHALLENGE"
    }
    

    Guess that’s why I’ve seen Anubis check screen quite a few times.

    • morbidcactus@lemmy.ca
      link
      fedilink
      English
      arrow-up
      18
      ·
      1 day ago

      Afaik, almost every browser uses “Mozilla/5.0” as part of the user agent, Mozilla mentions it as well in developer docs about User agents, it’s a historical compatibility thing apparently.

      • Lovable Sidekick@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        1 day ago

        Great interview! The whole proof-of-work approach is fascinating, and reminds me of a very old email concept he mentions in passing, where an email server would only accept a msg if the sender agreed to pay like a dollar. Then the user would accept the msg, which would refund the dollar. So this would end up costing legitimate senders nothing but would require spammers to front way too much money to make email spamming affordable. In his version the sender must do a processor-intensive computation, which is fine at the volume legitimate senders use but prohibitive for spammers.