Google FLoC is dead. Removed it

This commit is contained in:
the-djmaze 2022-04-05 10:41:06 +02:00
parent ff35397292
commit 093781727a
2 changed files with 2 additions and 3 deletions

View file

@ -74,7 +74,6 @@ This fork of RainLoop has the following changes:
* Added support to load plugins as .phar * Added support to load plugins as .phar
* Replaced old Sabre library * Replaced old Sabre library
* AddressBook Contacts support MySQL/MariaDB utf8mb4 * AddressBook Contacts support MySQL/MariaDB utf8mb4
* Prevent Google FLoC
* Added [Fetch Metadata Request Headers](https://www.w3.org/TR/fetch-metadata/) checks * Added [Fetch Metadata Request Headers](https://www.w3.org/TR/fetch-metadata/) checks
* Reduced excessive DOM size * Reduced excessive DOM size
* Support [Kolab groupware](https://kolab.org/) * Support [Kolab groupware](https://kolab.org/)

View file

@ -38,8 +38,8 @@ abstract class Service
\header('Referrer-Policy: no-referrer'); \header('Referrer-Policy: no-referrer');
\header('X-Content-Type-Options: nosniff'); \header('X-Content-Type-Options: nosniff');
// Google FLoC // Google FLoC, obsolete
\header('Permissions-Policy: interest-cohort=()'); // \header('Permissions-Policy: interest-cohort=()');
static::setCSP(); static::setCSP();