nodes/voc.pretalx: only set content-security-policy for requests to django itself, not for media and static endpoints
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-05 10:16:06 +02:00
parent 24f04e59aa
commit fd63d3d857
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 14 additions and 9 deletions

View file

@ -37,11 +37,6 @@ nodes['voc.pretalx'] = {
'domain': 'pretalx.c3voc.de',
# pretalx limits this to 10M per file, too
'max_body_size': '100M',
'proxy': {
'/': {
'target': 'http://127.0.0.1:22060/',
},
},
'extras': True,
'website_check_path': '/orga/login/',
'website_check_string': ':: pretalx',