Earlier quoted context omitted.
Interesting. That's the first time I have run across this. Makes sense.
How does that make sense?
Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
11–20 of 164 posts
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#12Cloudflare has access to everyone's cleartext? I was unaware of this. NSA must love that
Yes, although it requires configuration https://developers.cloudflare.com/ssl/get-started/
This is also how they insert extra headers in both the request and response.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#13Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#14Cloudflare has access to everyone's cleartext? I was unaware of this. NSA must love that
Yes, although it requires configuration https://developers.cloudflare.com/ssl/get-started/
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#15Any 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?
#16Earlier quoted context omitted.
That does not make sense at all; it is batshit-crazy broken.
Welcome to the world of WAFs. Pattern matching scary strings is big business.
https://www.cloudflare.com/application-services/products/waf...
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#17Any 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?
#18Cloudflare has access to everyone's cleartext? I was unaware of this. NSA must love that
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#19Earlier quoted context omitted.
Welcome to the world of WAFs. Pattern matching scary strings is big business.
For the uninitiated: https://www.cloudflare.com/application-services/products/waf...
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#20Any idea whether that's just an overloaded application server, or something Cloudflare is doing?