So HN uses Cloudflare? That surprises me because typically I notice sites using Cloudflare because my mobile running GNU Linux cannot pass their dreaded Turnstyle. Luckily that does not happen for HN.
bummer. i used to like the legend that it was all on one commodity linux pc implemented in some nice concise lisp running on sbcl. edit: my memory is crap. it was a single machine, but the codebase was written in a custom experimental language that i think was a lisp derivative. (which would make sense!). the source was online at some time, can't find it now.
Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
61–70 of 164 posts
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#62Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#63[flagged]
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#64Earlier quoted context omitted.
AFAIK most of these filters are disabled by default when setting up your website on Cloudflare, so most websites using the Cloudflare network likely have this turned off.
This is correct, it’s part of their WAF offering where there is rule-based blocking of content.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#65Earlier quoted context omitted.
That does not make sense at all; it is batshit-crazy broken.
Indeed. WAFs need to die; they're basically all just doing https://thedailywtf.com/articles/Injection_Rejection >.
Nah I’m not opening that link, I got it
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#66So HN uses Cloudflare? That surprises me because typically I notice sites using Cloudflare because my mobile running GNU Linux cannot pass their dreaded Turnstyle. Luckily that does not happen for HN.
The aggressiveness of the "dreaded Turnstyle" is 100% configurable. It's very easy to disable it completely via Cloudflare settings. Using cloudflare doesn't require you to use all of its features, and almost every feature can be turned off.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#67Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#68Any code including netcat (for it's tendency to be used in reverse shells) or SQL (for it's tendency to be used in SQL injections) tends to be blocked across the entire cloudflare-net these days.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#69Earlier quoted context omitted.
The aggressiveness of the "dreaded Turnstyle" is 100% configurable. It's very easy to disable it completely via Cloudflare settings. Using cloudflare doesn't require you to use all of its features, and almost every feature can be turned off.
While this is true and worth reminding the ops about, it still sucks because many people don't understand the issues they cause by turning WAF on. CloudFlare should have a big "I understand I'll block many legit clients when I enable this" checkbox. Or you know... fix it in general. Or at least have a "report this block as invalid" link on the page.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#70Earlier quoted context omitted.
https is important for preventing spying by anyone else in between you and the server. ISPs, coffee shop owners, schools, etc used to spy on http traffic to see what people were doing/searching for, and ISPs like xFinity injected code into non-https pages to show "important messages" to users, e.g. going over your bandwidth limit[0]. The only weak link now is Cloudflare, which is still "less secure than a direct conn…
Is there a way to know when the encrypted content i send to a site is also being provided to Cloudflare?