Browse Source

...

master
jfinn 2 weeks ago
parent
commit
b3270cb91e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      djc_srv/settings.py

+ 1
- 1
djc_srv/settings.py View File

27
 DEBUG = True
27
 DEBUG = True
28
 
28
 
29
 ALLOWED_HOSTS = ["*"]
29
 ALLOWED_HOSTS = ["*"]
30
-
30
+CSRF_TRUSTED_ORIGINS = ["videocorners.com"]
31
 # jxn.fredericktheinsanelygreat.com
31
 # jxn.fredericktheinsanelygreat.com
32
 
32
 
33
 # Application definition
33
 # Application definition

Loading…
Cancel
Save