logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 40fcd5104e59766f822b19af1386f2b5fe74b897
parent 05fc69863cba8e7654380669c8527d9d1333addd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 21 Apr 2021 04:32:29 +0200

anti-cohort.js: Add information on how to test it

Diffstat:

Mjavascript/anti-cohort.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/javascript/anti-cohort.js b/javascript/anti-cohort.js @@ -3,6 +3,7 @@ // Spreading is highly-encouraged // detection grabbed from https://amifloced.org/ +// To test it run google-chrome with the following options: --enable-blink-features=InterestCohortAPI --enable-features="FederatedLearningOfCohorts:update_interval/10s/minimum_history_domain_size_required/1,FlocIdSortingLshBasedComputation,InterestCohortFeaturePolicy" if('interestCohort' in document) { alert("Your browser seems to support ‘Federated’ Learning of Cohorts, which means it assigns you to a herd by tracking your browsing habits. Check https://AmIFLoCed.org/ for more information."); }