Show HN: Does it use Cloudflare?
doesitusecloudflare.com
Show HN: Does it use Cloudflare?
1–10 of 29 posts
Re: Show HN: Does it use Cloudflare?
#2[deleted]
Re: Show HN: Does it use Cloudflare?
#3My jekyll based static site hosted on Github Pages uses cloudflare for https. Saying that my site is compromised by CloudBleed is a bit too much.
Re: Show HN: Does it use Cloudflare?
#4otherwise :
dig website.com +short | head -n1 | xargs -- whois | grep -q cloudflare
Re: Show HN: Does it use Cloudflare?
#5Does this use live data? Would a site be positive even if it, after the publication of Cloudbleed, migrated away from Cloudfare?
Re: Show HN: Does it use Cloudflare?
#6news.ycombinator.com ... OMG!
Re: Show HN: Does it use Cloudflare?
#7This is at about 38 upvotes ATM, and I believe it may not be killed for anybody's whims after that. It's tech-related, actual, and liked by the community here (not that is of particular interest to me but still).
Re: Show HN: Does it use Cloudflare?
#8otherwise : dig website.com +short | head -n1 | xargs -- whois | grep -q cloudflare
doesn't work with my setup, whois on cloudflare domains do not inlcude the string "cloudflare". This works tho:
dig website.com +short | grep -q cloudflareRe: Show HN: Does it use Cloudflare?
#9My jekyll based static site hosted on Github Pages uses cloudflare for https. Saying that my site is compromised by CloudBleed is a bit too much. http://www.doesitusecloudflare.com/?url=www.stacktoheap.com
But it is compromised.... this is literally the only use case in which you can get comprimised. If you put your _http_ page behind cloudlfare https
Re: Show HN: Does it use Cloudflare?
#10My jekyll based static site hosted on Github Pages uses cloudflare for https. Saying that my site is compromised by CloudBleed is a bit too much. http://www.doesitusecloudflare.com/?url=www.stacktoheap.com
But it is compromised.... this is literally the only use case in which you can get comprimised. If you put your _http_ page behind cloudlfare https
if it's public static content what exactly has been compromised?