logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 6438b22add237ba14a9fe907ba161962836318f8
parent 91c74a594187dbd55003a43e5852502c970a260e
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