mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Google FLoC is dead. Removed it
This commit is contained in:
parent
ff35397292
commit
093781727a
2 changed files with 2 additions and 3 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue