From b98518950a75734cdfae856089e151f3ffeebc1f Mon Sep 17 00:00:00 2001 From: acsfer Date: Thu, 27 May 2021 19:00:43 +0200 Subject: [PATCH] Block Federated Learning of Cohorts (FLoC) A new technology is currently being rolled out to browsers to replace third party tracking cookies. This technology is named Federated Learning of Cohorts (FLoC) and you can read more about it here and here. --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 87feb31fd8..7159c971ae 100644 --- a/.htaccess +++ b/.htaccess @@ -35,6 +35,9 @@ Header onsuccess unset X-XSS-Protection Header always set X-XSS-Protection "1; mode=block" + Header onsuccess unset Permissions-Policy + Header always set Permissions-Policy "interest-cohort=()" + SetEnv modHeadersAvailable true