mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-11 23:54:15 +08:00
Prevent Google FLoC tracking
This commit is contained in:
parent
15f8f5da1b
commit
0a03f9768f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Service
|
|||
|
||||
\header('Referrer-Policy: no-referrer');
|
||||
\header('X-Content-Type-Options: nosniff');
|
||||
\header('Permissions-Policy: interest-cohort=()');
|
||||
|
||||
$sContentSecurityPolicy = \trim($this->oActions->Config()->Get('security', 'content_security_policy', '')) ?: APP_DEFAULT_CSP;
|
||||
if ($this->oActions->Config()->Get('security', 'use_local_proxy_for_external_images', '')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue