forked from AkkomaGang/akkoma
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 @@ def headers 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