From 093781727a20d6ae3673c739a030ee3ec00084f4 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 5 Apr 2022 10:41:06 +0200 Subject: [PATCH] Google FLoC is dead. Removed it --- README.md | 1 - snappymail/v/0.0.0/app/libraries/RainLoop/Service.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25d7d55c8..006612c83 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ This fork of RainLoop has the following changes: * Added support to load plugins as .phar * Replaced old Sabre library * AddressBook Contacts support MySQL/MariaDB utf8mb4 -* Prevent Google FLoC * Added [Fetch Metadata Request Headers](https://www.w3.org/TR/fetch-metadata/) checks * Reduced excessive DOM size * Support [Kolab groupware](https://kolab.org/) diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Service.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Service.php index 2a5b627a5..1e0926f71 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Service.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Service.php @@ -38,8 +38,8 @@ abstract class Service \header('Referrer-Policy: no-referrer'); \header('X-Content-Type-Options: nosniff'); - // Google FLoC - \header('Permissions-Policy: interest-cohort=()'); + // Google FLoC, obsolete +// \header('Permissions-Policy: interest-cohort=()'); static::setCSP();