Earlier quoted context omitted.
I don't think it has so much to do with reCAPTCHA as much as it has to do with Cloudflare and website owners themselves. Most reCAPTCHA challenges come in the form of Cloudflare challenge passage pages. Website owners have 5 options to choose from regarding challenges:[1] — Essentially off: Challenges only the most grievous offenders — Low: Challenges only the most threatening visitors — Medium: Challenges both moder…
It doesn't ruin the experience of anyone except a couple of overly technical users and customers in the wrong locations. It's very good at blocking malicious traffic though and it's totally worth losing a pair of users for that.
Facebook Container for Firefox
391–400 of 406 posts
Re: Facebook Container for Firefox
#392Third 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…
Re: Facebook Container for Firefox
#393Third 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…
Indeed. Safari blocks 3rd party cookies by default, I see no reason why Firefox can't do the same. The fact that they don't is a direct contradiction to their claims that they care about user privacy. The only explanation I have is that they do not want to anger their long-time money sources Google and other advertisers.
Firefox just blocks them. Safari blocks them unless you visited that site in a first-party context. Shipping the thing Firefox implements breaks a lot more than what Safari ships.
So for example, if you visited facebook normally, third-party Facebook cookies won't get blocked in Safari.
Firefox _could_ ship the same thing as Safari. The upshot is entrenching existing monopolies, because only big enough players are then able to track you via third-party cookies.... This is the main reason Firefox hasn't done this, as far as I know.
Disclaimer: I work on Firefox, but not on the cookie bits.
Re: Facebook Container for Firefox
#394Earlier quoted context omitted.
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/
What I said is perfectly valid. Parent company is a well-defined term that doesn't apply here. 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.
There is an implicit pressure when the existence of the company depends on one entity.
> Would Mozilla obey? Possibly...?
Would they rather put 100s of people out of a job? Close down shop? Because 97% reduction in revenue can cause that.
Re: Facebook Container for Firefox
#395Earlier quoted context omitted.
I've definitely run into problems with ecommerce sites (really just Tarsnap) and embedded iframes from 3rd party payment services, while using the Chrome equivalent of this Firefox setting.
How do you do this in Chrome?
Strict site isolation > Enable.
Re: Facebook Container for Firefox
#396Earlier quoted context omitted.
I've definitely run into problems with ecommerce sites (really just Tarsnap) and embedded iframes from 3rd party payment services, while using the Chrome equivalent of this Firefox setting.
In case it's useful: This was due to a bug in Chrome which has since been fixed. (Chrome was losing the "POST" flag when sending a redirect message between processes.)
Re: Facebook Container for Firefox
#397Earlier quoted context omitted.
In case it's useful: This was due to a bug in Chrome which has since been fixed. (Chrome was losing the "POST" flag when sending a redirect message between processes.)
Any idea what version of Chrome fixed it? I refill my Tarsnap balance only occasionally.
Re: Facebook Container for Firefox
#398Earlier quoted context omitted.
What I said is perfectly valid. Parent company is a well-defined term that doesn't apply here. 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.
> Now, may Google try to put pressure on Mozilla? Sure. There is an implicit pressure when the existence of the company depends on one entity. > Would Mozilla obey? Possibly...? Would they rather put 100s of people out of a job? Close down shop? Because 97% reduction in revenue can cause that.
Re: Facebook Container for Firefox
#399Earlier quoted context omitted.
As the page explains: it prevents Facebook from tracking you across the Web.
No I read it, but I want to understand the technical details like how is this different from using Facebook in incognito window.
Re: Facebook Container for Firefox
#400Earlier quoted context omitted.
What about browser fingerprinting ( https://panopticlick.eff.org/ )? Unless you are using the Tor browser, this appears "uncontainable" especially for folks not using Chrome over Windows 10 or another super generic combination.
Blocking your canvas to avoid being fingerprinted/tracked is like walking under the CCTV with a hoodie and cap on. Unless everyone under the CCTV does the same you will not be detected but will be tracked. It might be hard to identify you but you will standout. So instead of standing out of the crowd why not disguise so well that the tracker doesn't know the real you. The idea is to use something that gives a fake re…
What is "normal" in this case? One correct way to counter fingerprinting is to standardize the fake readouts to a specific value and not change it every so often. So if everyone's browser is reporting the same value for this feature that feature will become meaningless in the context of fingerprinting since its entropy is very low.
That's what Tor Browser has been doing with font enumeration, reported windows size, screen resolution etc. - they all report the same value. On the other hand, you can correlate these values and identify Tor Browser users.