File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 'django.contrib.sessions' ,
4545 'django.contrib.messages' ,
4646 'django.contrib.staticfiles' ,
47- 'corsheaders' ,
47+ # 'corsheaders',
4848 'bootstrap' ,
4949 'bootstrap_datepicker_plus' ,
5050 'mathfilters' ,
8787 'django.contrib.messages.middleware.MessageMiddleware' ,
8888 'django.middleware.clickjacking.XFrameOptionsMiddleware' ,
8989 # 'django.middleware.cache.FetchFromCacheMiddleware',
90- 'corsheaders.middleware.CorsMiddleware'
90+ # 'corsheaders.middleware.CorsMiddleware'
9191]
9292
9393#cache the view page, we set 60s = 1m,
284284CSRF_COOKIE_HTTPONLY = True
285285CSRF_COOKIE_SECURE = True
286286
287- SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO' , 'https' )
287+ # SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
288288
289289# Paths on API_HOST to OAuth
290290OAUTH_TOKEN_PATH = '/oauth/initiate'
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ django-bootstrap-datepicker-plus
1111django-mathfilters
1212django-bootstrap
1313django-csp
14- django-cors-headers
14+ # django-cors-headers
You can’t perform that action at this time.
0 commit comments