Mozilla Announces Experimental Partnership with ProtonVPN
21–30 of 95 posts
Re: Mozilla Announces Experimental Partnership with ProtonVPN
#22Honest question: Why not bundle Tor, instead of relying on a proprietary VPN service? It seems that Tor satisfies the advertised use case ("insecure public WiFi") just as well.
That's already happening. Tor and Firefox are working together to make Tor network the default within private browsing mode. A number of privacy-related patches from Tor have already landed in Firefox (example: Firefox now has first-party isolation). It's a slow progress, but it's on its way. If you're interested about more, the project is called Project Fusion: https://wiki.mozilla.org/Security/Fusion There was a di…
Re: Mozilla Announces Experimental Partnership with ProtonVPN
#23Earlier quoted context omitted.
Make no mistake, Mozilla Corporation is a for-profit entity. They're owned by a nonprofit shell, but I imagine that nonprofit could easily sell them off. This puts them in the same boat as say, IKEA.
Like when they slipped a Mr. Robot plugin into the download without telling people? https://www.theverge.com/2017/12/16/16784628/mozilla-mr-robo...
Re: Mozilla Announces Experimental Partnership with ProtonVPN
#24Honest question: Why not bundle Tor, instead of relying on a proprietary VPN service? It seems that Tor satisfies the advertised use case ("insecure public WiFi") just as well.
Is Tor still super slow?
Re: Mozilla Announces Experimental Partnership with ProtonVPN
#25Re: Mozilla Announces Experimental Partnership with ProtonVPN
#26Honest question: Why not bundle Tor, instead of relying on a proprietary VPN service? It seems that Tor satisfies the advertised use case ("insecure public WiFi") just as well.
Because bundling Tor in Firefox would generate so much traffic it would take down the network. Tor needs to grow significantly before that integration is possible.
Re: Mozilla Announces Experimental Partnership with ProtonVPN
#27i would not have minded if mozilla had offered their own vpn service, trusting some third party sounds like a bad idea.
would you have purchased it?
For better or worse, Mozilla managed to brand itself as the equivalent of the open internet and an organisation that would put the users first.
This is quite important in today's world that's full of Googles, Facebooks, Microsofts etc.
That doesn't mean that Mozilla has done nothing wrong. I'm just saying that I would feel much better having a VPN service run by Mozilla as opposed to a VPN being run by Facebook.
Re: Mozilla Announces Experimental Partnership with ProtonVPN
#28Re: Mozilla Announces Experimental Partnership with ProtonVPN
#29Honest question: Why not bundle Tor, instead of relying on a proprietary VPN service? It seems that Tor satisfies the advertised use case ("insecure public WiFi") just as well.
Is Tor still super slow?
Grabbing a page from my website over tor and over normal network:
curl http://mywebsite
curl https://mywebsite
curl --proxy socks://127.0.0.1:9050 http://mywebsite
curl --proxy socks://127.0.0.1:9050 https://mywebsite
Results in these times (tor times depend on selected circuit): 0.028s / http
0.063s / https
0.394s / tor http
1.079s / tor https
If I killall -HUP tor (force changes circuit): 0.302s / tor http
0.598s / tor https