Opting Your Website Out of Google's FLoC Network
21–30 of 264 posts
Re: Opting Your Website Out of Google's FLoC Network
#22Earlier 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.
Re: Opting Your Website Out of Google's FLoC Network
#23Let 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?
Re: Opting Your Website Out of Google's FLoC Network
#24Let 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?
> 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
#25Re: Opting Your Website Out of Google's FLoC Network
#26Let 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
#27Re: Opting Your Website Out of Google's FLoC Network
#28what does that even do?
Re: Opting Your Website Out of Google's FLoC Network
#29Only 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…
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
#30Add 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!