-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove third parties from Website #469
Comments
I guess you are referring to this:
As you see, we check with the integrity hash that the content is as expected. You're right, these CDNs will see your IP. Slower: usually browsers load multiple stuff in parallel IF it comes from different servers, which is the case here - so it might be in fact faster. Esp. if this popular stuff is already in your browser cache. |
If we want to improve this, we could use PRs welcome! |
Sorry for closing and reopening, I misclicked.
Exactly, thanks. I forgot to mention the "names".
There are also additional handshakes and ocsp queries – it depends. But the IP address and referrer leakage is the main issue here imho. This should probably be mentioned, too: #23 |
Hey,
I really like this project, big thanks.
Loading third-party content goes against at least two of the claims of the homepage: nice and awesome. It makes you reliant on code from others which you don't control – you'd have to read all of it on every change to really know what's going on. It makes the site load slower because of the obvious and unnecessary overhead. And last and most important it leaks private data to the parties involved. The contacted hosts will know every visitor's IP address, user agent and so on which is really not nice. A nice website is first party and nothing else.
I hope you could have a look into this. Anyway, have a nice day! :)
The text was updated successfully, but these errors were encountered: