So Cloudflare MtM for websites which logs ip . Bad

But doesn’t everyone log IP ? If not cloudflare then the hosting company? Aren’t this a client side issue ? I.e use a VPN.

What would be an option to cloudflare? Existence of any hosting provider that is a good option? Looking at moving to githubpages once my paid hosting expires in a year

How will Wei and cloudflare happen/do/enforce?

  • @jetA
    link
    English
    2511 months ago

    Cloudflare acts as a CDN (content distribution network) and bandwidth proxy for websites allowing them to scale out to more concurrent users then their internal hosting could handle on its own.

    As part of this CDN and bandwidth proxy service cloudflare can make content faster to people globally via content caching at cloudflare data centers. Cloud flare helps websites defend against denial of service attacks by keeping those attacks from reaching the internal hosting.

    Cloud flare is very popular because they are very good at what they do, and inexpensive for small sites. Because of their popularity they have unparalleled visibility into all internet traffic. In some respects CloudFlare is the internet! That means cloudflare can track most users across most websites throughout the day, they have perfect visibility into most internet traffic.

    Some people are uncomfortable with a single entity having so much concentrated information. It is a concern.

    If you use a VPN cloudflare still gets to inspect your cookies, and depending on site configuration, block VPNs entirely. In fact, cloudflare is one of the single biggest blockers/hurdles for using TOR as a web browser.

    Alternatives to cloudflare include:

    1. No CDN, host directly.
    2. Use a different CDN
    3. Use a hosting platform that has their own CDN built in (such as github).