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.
This commit is contained in:
acsfer 2021-05-27 19:00:43 +02:00 committed by GitHub
parent 6f063c2ee9
commit b98518950a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
</IfModule>