logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: f050704663c19ef6d5a8b9b700848b2b62dbc07b
parent 185490b972e4c02db40ac7b0427475850264b24d
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."); }