Adjust the CSP for datagrepper-test's IP

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-21 14:47:10 +01:00
parent c64b3099ef
commit d83cd7db6f

View file

@ -12,5 +12,5 @@ config = {
# Only allow ajax/websockets connections back to our domains.
# https://github.com/fedora-infra/datagrepper/pull/192
'content_security_policy': 'connect-src https://*.fedoraproject.org wss://*.fedoraproject.org http://100.26.18.234 http://*.arc.fedorainfracloud.org'
'content_security_policy': 'connect-src https://*.fedoraproject.org wss://*.fedoraproject.org http://100.26.18.234 http://*.arc.fedorainfracloud.org http://54.236.16.215'
}