From d6f9de15d70a7008002075bde4d7d9de21b8eb60 Mon Sep 17 00:00:00 2001 From: Sivert Kronen Hatteberg <sivert.hatteberg@usit.uio.no> Date: Tue, 12 Jul 2022 14:00:04 +0200 Subject: [PATCH] add new trusted dev path --- gregsite/settings/dev.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gregsite/settings/dev.py b/gregsite/settings/dev.py index 4bc5a1ce..0d79f394 100644 --- a/gregsite/settings/dev.py +++ b/gregsite/settings/dev.py @@ -7,6 +7,7 @@ ENVIRONMENT = "dev" ALLOWED_HOSTS += ["localhost", "127.0.0.1", "0.0.0.0"] CSRF_TRUSTED_ORIGINS = [ "http://localhost:3000", + "http://0.0.0.0:3000", "http://localhost:8000", "http://127.0.0.1:3000", "http://127.0.0.1:8000", -- GitLab