add ssl to crsf trusted origins
This commit is contained in:
parent
1a1588ee79
commit
8befe60e46
@ -50,7 +50,7 @@ MIDDLEWARE = [
|
||||
'django.middleware.clickjacking.XFrameOptionsMiddleware',
|
||||
]
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = ["http://randomsec.projektstudencki.pl"]
|
||||
CSRF_TRUSTED_ORIGINS = ["https://randomsec.projektstudencki.pl"]
|
||||
|
||||
ROOT_URLCONF = 'MUOR.urls'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user