Browse Source

...

master
jfinn 2 weeks ago
parent
commit
349d814cb5
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,7 +27,7 @@ SECRET_KEY = 'django-insecure-_from-git-publicly-available-15gztxt$8-od0il2^sm6e
27 27
 DEBUG = True
28 28
 
29 29
 ALLOWED_HOSTS = ["*"]
30
-CSRF_TRUSTED_ORIGINS = ["videocorners.com"]
30
+CSRF_TRUSTED_ORIGINS = ["http://videocorners.com","https://videocorners.com"]
31 31
 # jxn.fredericktheinsanelygreat.com
32 32
 
33 33
 # Application definition

Loading…
Cancel
Save