distgit content-security-policy: allow connect to pdc.fp.o

This commit is contained in:
Julen Landa Alustiza 2019-11-27 15:36:07 +01:00 committed by Pierre-Yves Chibon
parent 6174e107e0
commit 29942b36b2

View file

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