Compare commits

...

1 Commits

Author SHA1 Message Date
acsfer b98518950a
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.
2021-05-27 19:00:43 +02:00
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>