Browse Source

post

master
jfinn 5 days ago
parent
commit
848b6a6304
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      djc_srv/settings.py

+ 2
- 0
djc_srv/settings.py View File

@@ -27,6 +27,8 @@ SECRET_KEY = 'django-insecure-_from-git-publicly-available-15gztxt$8-od0il2^sm6e
27 27
 DEBUG = True
28 28
 print("Setting py init....")
29 29
 ALLOWED_HOSTS = ["*"]
30
+CSRF_TRUSTED_ORIGINS = ['https://*.videocorners.com','https://*.127.0.0.1']
31
+
30 32
 
31 33
 # jxn.fredericktheinsanelygreat.com
32 34
 

Loading…
Cancel
Save