thejagstudio commited on
Commit
3583884
·
verified ·
1 Parent(s): 9896f28

Update xenesis/settings.py

Browse files
Files changed (1) hide show
  1. xenesis/settings.py +11 -0
xenesis/settings.py CHANGED
@@ -38,6 +38,17 @@ CORS_ALLOWED_ORIGINS = [
38
  "http://localhost:7860",
39
  "http://127.0.0.1:7860",
40
  ]
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  # Application definition
43
 
 
38
  "http://localhost:7860",
39
  "http://127.0.0.1:7860",
40
  ]
41
+ CSRF_TRUSTED_ORIGINS = [
42
+ "https://xenesis.ldrp.ac.in",
43
+ "https://thejagstudio-xenesis.hf.space",
44
+ "https://anonymous-murex.vercel.app",
45
+ "http://localhost:3000",
46
+ "http://127.0.0.1:3000",
47
+ "http://localhost:8000",
48
+ "http://127.0.0.1:8000",
49
+ "http://localhost:7860",
50
+ "http://127.0.0.1:7860",
51
+ ]
52
 
53
  # Application definition
54