From de2f1437eae1981485ec9d7fb5472c598655d381 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 21 Jan 2019 17:05:56 -0500 Subject: [PATCH] django: Remove deprecated AXES_BEHIND_REVERSE_PROXY Closes #1244 Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/web_framework.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/web_framework.py b/plinth/web_framework.py index 19eee0eac..2ec7a9386 100644 --- a/plinth/web_framework.py +++ b/plinth/web_framework.py @@ -94,7 +94,6 @@ def init(): }, ], AXES_LOCKOUT_URL='locked/', - AXES_BEHIND_REVERSE_PROXY=True, CACHES={ 'default': { 'BACKEND': 'django.core.cache.backends.dummy.DummyCache'