Skip to content

Commit 5b91693

Browse files
committed
remove extra setting
1 parent 236c618 commit 5b91693

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

TaxManagementSystem/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@
173173

174174
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
175175

176-
SECURE_SSL_REDIRECT = True
177-
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
178-
CSRF_COOKIE_SECURE = True
179-
SESSION_COOKIE_SECURE = True
180-
181176
LOGGING = {
182177
'version': 1,
183178
'disable_existing_loggers': False,

0 commit comments

Comments
 (0)