This commit is contained in:
2025-06-15 10:56:30 +08:00
parent 2cee6cfff7
commit 142d08a162

View File

@@ -25,15 +25,13 @@ ALLOWED_HOSTS = [
"ojtest.xuyue.cc", "ojtest.xuyue.cc",
"10.13.114.114", "10.13.114.114",
"150.158.29.156", "150.158.29.156",
"oj-judge-test", "172.17.0.1",
"oj-judge",
] ]
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [
"http://localhost:5173", "http://localhost:5173",
"http://localhost:9005", # health check "http://localhost:9005", # health check
"http://oj-judge-test:8080", "http://172.17.0.1:8080",
"http://oj-judge:8080", # judge server
"http://127.0.0.1:5173", "http://127.0.0.1:5173",
"https://oj.xuyue.cc", "https://oj.xuyue.cc",
"https://ojtest.xuyue.cc", "https://ojtest.xuyue.cc",