1
0

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
+2 -1
View File
@@ -48,7 +48,8 @@ defmodule Pleroma.Web.Plugs.HTTPSecurityPlug 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 =