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:
parent
6f063c2ee9
commit
b98518950a
|
@ -35,6 +35,9 @@
|
||||||
Header onsuccess unset X-XSS-Protection
|
Header onsuccess unset X-XSS-Protection
|
||||||
Header always set X-XSS-Protection "1; mode=block"
|
Header always set X-XSS-Protection "1; mode=block"
|
||||||
|
|
||||||
|
Header onsuccess unset Permissions-Policy
|
||||||
|
Header always set Permissions-Policy "interest-cohort=()"
|
||||||
|
|
||||||
SetEnv modHeadersAvailable true
|
SetEnv modHeadersAvailable true
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue