From a2689bde5615701cd408af24d6279a71019dec58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Thu, 27 Feb 2025 15:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96=E5=85=B3?= =?UTF-8?q?=E7=B3=BB=EF=BC=8C=E5=90=8E=E7=AB=AF=E4=BC=98=E5=85=88=EF=BC=8C?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E4=B9=8B=E8=B7=AF=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr_manager/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pr_manager/settings.py b/pr_manager/settings.py index a4423ff..e4b0cea 100644 --- a/pr_manager/settings.py +++ b/pr_manager/settings.py @@ -37,6 +37,7 @@ SECRET_KEY = "django-insecure-$r6lfcq8rev&&=chw259o$0o7t-!!%clc2ahs3xg$^z+gkms76 DEBUG = bool(int(_config["BASE"].get("DEBUG", "1"))) ALLOWED_HOSTS = ["*"] +CSRF_TRUSTED_ORIGINS = ["http://110.40.30.95:10008"] # Application definition