From ef4717415e35c34dcee782d8af7b5a2b428e54cb Mon Sep 17 00:00:00 2001 From: prance Date: Mon, 31 Jan 2022 20:05:13 +0100 Subject: [PATCH] allow iframes --- MUOR/MUOR/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/MUOR/MUOR/settings.py b/MUOR/MUOR/settings.py index 5065e003e..9411df647 100644 --- a/MUOR/MUOR/settings.py +++ b/MUOR/MUOR/settings.py @@ -152,3 +152,4 @@ CELERY_BEAT_SCHEDULE = { 'schedule': 20.0, } } +X_FRAME_OPTIONS = 'ALLOW-FROM https://randomsec.projektstudencki.pl/'