mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-09 08:45:26 +00:00
Add opting out of Google FLoC to HTTPSecurityPlug headers
This commit is contained in:
parent
15f87cf658
commit
2b4f958b2a
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ defmodule Pleroma.Web.Plugs.HTTPSecurityPlug do
|
||||||
{"x-content-type-options", "nosniff"},
|
{"x-content-type-options", "nosniff"},
|
||||||
{"referrer-policy", referrer_policy},
|
{"referrer-policy", referrer_policy},
|
||||||
{"x-download-options", "noopen"},
|
{"x-download-options", "noopen"},
|
||||||
{"content-security-policy", csp_string()}
|
{"content-security-policy", csp_string()},
|
||||||
|
{"permissions-policy", "interest-cohort=()"}
|
||||||
]
|
]
|
||||||
|
|
||||||
headers =
|
headers =
|
||||||
|
|
Loading…
Reference in a new issue