logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 35c136fea4b6073be9016c619b574d6757342c68
parent 10e06ea198d04d5c55cad0e54e644c4410e02abc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 21 Apr 2021 01:30:12 +0200

anti-cohort.js: Use a more explainatory message

Diffstat:

Mjavascript/anti-cohort.js5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/javascript/anti-cohort.js b/javascript/anti-cohort.js @@ -2,6 +2,9 @@ // Distributed under CC0 // Spreading is highly-encouraged +// this detection wasn't tested yet, FLoC hasn't been deployed yet if(!(document.interestCohort === undefined)) { - alert("Support of Google Learning of Cohorts(FLoC) detected, consider changing of browser."); + alert("Your browser seems to support ‘Federated’ Learning of Cohorts, which means it assigns you to a herd by tracking your browsing habits."); } +// https://github.com/WICG/floc +// Yes the Web platform Incubator Community Group is full of shit like this