feat: added bodhi to csp headers of distgit

Signed-off-by: amedvede <amedvede@redhat.com>
This commit is contained in:
amedvede 2023-11-20 10:14:04 +01:00
parent b496f4b9c4
commit 3fe6717504

View file

@ -307,7 +307,7 @@ CSP_HEADERS = (
"object-src 'none'; "
"base-uri 'self'; "
"img-src 'self' https:; "
"connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org https://transtats.fedoraproject.org;"
"connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org https://transtats.fedoraproject.org https://bodhi.fedoraproject.org;"
)
{% include "pagure_shared.cfg" %}