Third party cookies, and any way to fingerprint a specific user starting from high entropy user agents to screen resolution, font fingerprinting or canvas data, should be considered a breach of the browser security model. All sites should run in containers and no advertiser should be able to track you across sessions. When I want 3rd party interaction, I should need to opt in and connect the current site with Faceboo…
Ever encountered Google ReCaptcha when you've turned off third party cookies or while in incognito/private mode? It's a nightmare, even if you're logged into a Google account. You can be shown upto 7-8 challenges, painfully slow loading images and Google's insistence that they encountered malicious traffic from your IP when attempting to use the audio version. What's even worse is they track your mouse movements and…
Facebook Container for Firefox
311–320 of 406 posts
Re: Facebook Container for Firefox
#312Its funny with all the focus on Facebook, while Google tracking is so much more widespread
Google didn't elect Trump
But let's pretend that Google hasn't had enormous sway over the White House and hasn't been rubbing shoulders with Obama and other Democrats [1][2][3][4]. Let's also ignore the fact that much of Silicon Valley publicly supported Hillary and opposed Trump, with big outspoken critics including Microsoft, Faceboook, and Apple.
It's a shame to see indoctrination stretching to users of this site such that people here legitimately believe that a bunch of Russians locked away in some computer lab single-handedly elected the only man who challenged the prospect of perpetually living under the oligarchical thumb of the Bushes and the Clintons.
[1] https://theintercept.com/2016/04/22/googles-remarkably-close...
[2] https://www.washingtonpost.com/politics/how-google-is-transf...
[3] https://www.theguardian.com/us-news/2015/dec/18/google-polit...
[4] http://dailycaller.com/2017/08/09/google-higher-ups-love-don...
Re: Facebook Container for Firefox
#313Earlier quoted context omitted.
This is what finally made me switch my default search engine away from Google. I will put up with a lot of crap, but I'm not going to spend 60s to solve a CAPTCHA every time I do a search.
Bear in mind that Google might be correctly identifying your IP address as a botnet source. If you start seeing lots of CAPTCHAs, it's worth it to take a look around your network for open ports or weak ssh passwords etc., or just look at a traffic monitor to see if there's a lot of egress from your net.
Re: Facebook Container for Firefox
#314Earlier quoted context omitted.
Ever encountered Google ReCaptcha when you've turned off third party cookies or while in incognito/private mode? It's a nightmare, even if you're logged into a Google account. You can be shown upto 7-8 challenges, painfully slow loading images and Google's insistence that they encountered malicious traffic from your IP when attempting to use the audio version. What's even worse is they track your mouse movements and…
I can't even get recaptcha to work when I have the umatrix extension turned on, even when I turn off the functionality of umatrix by whitelisting everything. I need to go into my browser extensions and turn off the whole extension just to get past a recaptcha.
Re: Facebook Container for Firefox
#315Re: Facebook Container for Firefox
#316Earlier quoted context omitted.
Mozilla and Google have a business contract with a well-defined scope. Google has a similar contract with Apple. Google isn't Mozilla's parent company just as it isn't Apple's.
Apple makes 97% of its revenue from Google? Because Mozilla does. Your comparison is not valid. Source: https://www.mozilla.org/en-US/foundation/annualreport/2016/
Now, may Google try to put pressure on Mozilla? Sure. Would Mozilla obey? Possibly...? None of this means that this has actually happened or will happen. Stop spreading conspiracy theories.
Re: Facebook Container for Firefox
#317Earlier quoted context omitted.
Exactly. Why aren't all websites run in containers by default (personally I'm envisioning per-domain containers)? What benefit do we get from full-coverage containerization not being the default?
While micro-sites and CDNs could still be brought under the same SLD. The biggest blocker as is OAuth. I'd want to make a UX call to see if browser could elegantly prompt the user for a 3rd party interaction. While we are at it, I keep wondering (in a strictly SSL world) if it would be a good idea to restrict CORS calls only to sites using the same certificate as the webpage. Would make life easier for folks like fac…
Re: Facebook Container for Firefox
#318If you use Firefox Containers, including the Facebook Container, please also use Cookie AutoDelete [1] to get rid of cookies from closed tabs across containers. Otherwise, in my observation, sites will still be able to track you if you reuse a container (even after closing all tabs of that container) for a specific site. [1]: https://addons.mozilla.org/en-US/firefox/addon/cookie-autode...
It sounds like you're after Temporary Containers: https://github.com/stoically/temporary-containers That gets you a clean container every time you click the button. Very useful for development testing, too :).
Re: Facebook Container for Firefox
#319If you use Firefox Containers, including the Facebook Container, please also use Cookie AutoDelete [1] to get rid of cookies from closed tabs across containers. Otherwise, in my observation, sites will still be able to track you if you reuse a container (even after closing all tabs of that container) for a specific site. [1]: https://addons.mozilla.org/en-US/firefox/addon/cookie-autode...
It sounds like you're after Temporary Containers: https://github.com/stoically/temporary-containers That gets you a clean container every time you click the button. Very useful for development testing, too :).
Re: Facebook Container for Firefox
#320Earlier quoted context omitted.
Exactly. Why aren't all websites run in containers by default (personally I'm envisioning per-domain containers)? What benefit do we get from full-coverage containerization not being the default?
In short: site breakage. We're so deep in this that a first party isolation would break almost every single website. In a cooperation with Tor, Mozilla actually ported the first-party isolation feature in mainstream Firefox (available in Nightly, don't know about stable), but since it would break almost every single website, there are no plans to turn it on by default. You can, of course, enable it yourself by turnin…
Is there any plan to create an exceptions mechanism? "Allow Facebook access to your activities on this webpage?" or something like that?