Cloudflare has access to everyone's cleartext? I was unaware of this. NSA must love that
Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
21–30 of 164 posts
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#22Earlier 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?
#23Probably not related, but I've been getting lots of throttling-like huge page load delays on HN the last couple days, only when logged in. Any idea whether that's just an overloaded application server, or something Cloudflare is doing?
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#24Probably not related, but I've been getting lots of throttling-like huge page load delays on HN the last couple days, only when logged in. Any idea whether that's just an overloaded application server, or something Cloudflare is doing?
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#25Any 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.
In a site like HN, that’s ridiculous.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#26Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#27Probably not related, but I've been getting lots of throttling-like huge page load delays on HN the last couple days, only when logged in. Any idea whether that's just an overloaded application server, or something Cloudflare is doing?
That's often the case with HN I think from past experience when there are large threads on HN, and dang has in the past said that's due to the application server.
Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#28Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#29Re: Ask HN: Does Cloudflare block HN comments if you have code blocks in a reply?
#30Cloudflare has access to everyone's cleartext? I was unaware of this. NSA must love that
An alternative is to keep all of your CDN assets on a CDN bucket on its own hostname, with your main secret-containing business apps on your own servers, but it costs a lot to manage this level of separation and the payoff is only protection against the theoretical attack of "NSA can't attack our users/spy on them". If the NSA ever did do this on a large enough scale or to target a particularly notable person, it's very unlikely it would be kept a secret for long, and the end-business that used Cloudflare et al. wouldn't be implicated whatsoever since every business uses one of the big CDN providers.