> WARP, instead, is built for the average consumer. It’s built to ensure that your data is secured while it’s in transit. So the networks between you and the applications you’re using can’t spy on you.
Isn't that what ssl does already lol? What a load of sham.
SSL/TLS encrypts your traffic between you and a server but by itself doesn't prevent your ISP from snooping some information about your encrypted connection. If you aren't using Secure DNS & DNSSEC, they may be able to see and intercept your DNS queries. If you don't use TLS 1.3, they can see the SSL certificate of the website you are connecting to. If you don't encrypt your Server Name Indication (SNI), they can see the hostname of the server you are connecting to.
This all allows your ISP to figure out which websites you are connecting to and this can be used to prevent you from accessing certain websites, sell your browsing history to an advertising agency, etc.
> WARP, instead, is built for the average consumer. It’s built to ensure that your data is secured while it’s in transit. So the networks between you and the applications you’re using can’t spy on you.
Isn't that what ssl does already lol? What a load of sham.