Live data from Hacker News

Opting Your Website Out of Google's FLoC Network

paramdeo.com

21–30 of 264 posts

Re: Opting Your Website Out of Google's FLoC Network

#22

Earlier quoted context omitted.

Let me turn the question around: to what extent are website owners who do not opt out accomplices with Google in the privacy violations implicit in their creepy surveillance profiling tech?

Let's rephrase that... to what extent are website owners who do not opt accomplices with Google, Microsoft, Facebook, Twitter, Instagram, Amazon, etc. Please also note that Firefox enables multiple telemetry features by default, such as safe browsing lists that checks links you visit presumably also tracking your URLs in the process.

Please read about how safe browsing works in Firefox (https://wiki.mozilla.org/Security/Safe_Browsing): it's using the privacy respecting update API described at https://developers.google.com/safe-browsing/v4/

Re: Opting Your Website Out of Google's FLoC Network

#23
post #15

Let me get this straight: even if my site has no ads or trackers, Chrome will now use my visitors data for advertising and surveillance??? Does anyone else see FLoC as worse than the current state we're in?

Definitely worse, but also the next logical step given that an ad company has achieved relative browser dominance and has such weight to throw around in defining web standards. Moves like this were inevitable. Writing's been on the wall a while now too.

Re: Opting Your Website Out of Google's FLoC Network

#24
post #15

Let me get this straight: even if my site has no ads or trackers, Chrome will now use my visitors data for advertising and surveillance??? Does anyone else see FLoC as worse than the current state we're in?

It seems not. The FLoC page (https://web.dev/floc/) says:

> For pages that haven't been excluded, a page visit will be included in the browser's FLoC calculation if document.interestCohort() is used on the page. During the current FLoC origin trial, a page will also be included in the calculation if Chrome detects that the page load ads or ads-related resources.

Re: Opting Your Website Out of Google's FLoC Network

#26
post #15

Let me get this straight: even if my site has no ads or trackers, Chrome will now use my visitors data for advertising and surveillance??? Does anyone else see FLoC as worse than the current state we're in?

It seems not. The FLoC page ( https://web.dev/floc/ ) says: > For pages that haven't been excluded, a page visit will be included in the browser's FLoC calculation if document.interestCohort() is used on the page. During the current FLoC origin trial, a page will also be included in the calculation if Chrome detects that the page load ads or ads-related resources.

Excluding a page is a manual process however, requiring to set the header mentioned in the blog post. So website owners have to explicitly opt-out of FLoC.

Re: Opting Your Website Out of Google's FLoC Network

#29

Only a little bit of time before the opting out process is made redundant by some API that will break somewhere or something that will be brought in as an RFC in chrome. Chrome's & Android's entire existence is to ensure Google ads business survives. This until Google can find another business that produces the same returns or dies. I wish there were more entities that would focus on developing tools for open web. Op…

I think the state of affairs with the mobile world is the worst. I can't help but think that Android was the worst disaster that happened to software industry.

Android corrupted the ethos of FOSS, decimated all hopes for privacy, contributed to destroying the environment, stripped users of freedom of choice. I think it'll take a very special group of people to reverse the tide.

Re: Opting Your Website Out of Google's FLoC Network

#30
post #8

Add a simple header to block FLoC on your website (fortunately): `permissions-policy: interest-cohort=()` It's only deployed on a test set of Chrome browsers so far, and it does create a warning message on browsers that don't support it. [1] [1] https://stackoverflow.com/questions/66997942/error-with-perm... Edit to note support for blocking this!

That said, according to that StackOverflow page, the error only appears in DevTools. That's not as bad as it sounded at first. I was worried it would be an IE-style alert on page load, for example, or a visible bar across the top of the page. It's not, it's just spam in the DevTools console.
Post reply on HN