Hacker Newsnew | past | comments | ask | show | jobs | submit | sotspecatcle's commentslogin

Cool, not working in Safari for me though.


It worked for me in Safari for a while, but then the entire browser stopped working.


it's laggy as hell on firefox. but works nice on chrome. won't use it


    if ($http_user_agent ~* "BadBot") {
        limit_rate 1k;
        default_type application/octet-stream;
        proxy_buffering off;
        alias /dev/zero;
        return 200;
    }


I recommend you use gzip_static and serve a zip-bomb instead. Frees up the connection sooner and probably causes bad crawlers to exhaust their resources.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: