allow iframes

This commit is contained in:
prance 2022-01-31 20:05:13 +01:00
parent c6b27c95b3
commit ef4717415e

View File

@ -152,3 +152,4 @@ CELERY_BEAT_SCHEDULE = {
'schedule': 20.0, 'schedule': 20.0,
} }
} }
X_FRAME_OPTIONS = 'ALLOW-FROM https://randomsec.projektstudencki.pl/'