Add opting out of Google FLoC to HTTPSecurityPlug headers

This commit is contained in:
Sean King 2021-04-18 14:00:18 -06:00
parent 15f87cf658
commit 2b4f958b2a
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ def headers do
{"x-content-type-options", "nosniff"},
{"referrer-policy", referrer_policy},
{"x-download-options", "noopen"},
{"content-security-policy", csp_string()}
{"content-security-policy", csp_string()},
{"permissions-policy", "interest-cohort=()"}
]
headers =