Merge branch 'fix-typo-in-csp-report-to-header-name' into 'develop'

Fix typo in CSP Report-To header name

See merge request pleroma/pleroma!3768
This commit is contained in:
Haelwenn 2022-11-13 18:53:59 +00:00
commit a2db64b12b
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ defmodule Pleroma.Web.Plugs.HTTPSecurityPlug do
]
}
[{"reply-to", Jason.encode!(report_group)} | headers]
[{"report-to", Jason.encode!(report_group)} | headers]
else
headers
end