The sysops admin on the blahaj.zone lemmy and hajkey instances.

Your friendly neighbourhood spider-techprincess.

  • 0 Posts
  • 3 Comments
Joined 3 years ago
cake
Cake day: January 2nd, 2023

help-circle
  • I found that the Caddy handler above blocked many third party clients and even Tesseract.

    So instead I’m using this CEL expression to return a 444 error on match of the unscoped old-sorted 50 per-page comments past page 99:

    @block_comment_spam expression <<CEL
        {http.request.uri.path} == "/api/v3/comment/list" &&
        {http.request.uri.query.limit} == "50" &&
        {http.request.uri.query.sort} == "Old" &&
        int({http.request.uri.query.page}) > 99 &&
        {http.request.uri.query.post_id} == ""
    CEL
    
    handle @block_comment_spam {
        respond 444
    }
    

  • We aren’t defeferated from them. That’s different from hosting that content ourselves though.

    I’m not personally against piracy, however hosting that kind of content here ourselves would put our primary reason for creating this space (that of providing a safe social space for trans and LGBTQIA+ people) at risk.

    I just wanted to point that out before we get a whole bunch of piracy subs created on our instance that we’d have to remove.