File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -454,6 +454,7 @@ def skip_unreadable_post(record):
454454 "django.contrib.sessions.middleware.SessionMiddleware" ,
455455 "django.contrib.auth.middleware.AuthenticationMiddleware" ,
456456 "django.contrib.messages.middleware.MessageMiddleware" ,
457+ "ietf.middleware.is_authenticated_header_middleware" ,
457458 "django.middleware.http.ConditionalGetMiddleware" ,
458459 "simple_history.middleware.HistoryRequestMiddleware" ,
459460 # comment in this to get logging of SQL insert and update statements:
@@ -464,7 +465,6 @@ def skip_unreadable_post(record):
464465 "django.middleware.clickjacking.XFrameOptionsMiddleware" ,
465466 "django.middleware.security.SecurityMiddleware" ,
466467 "ietf.middleware.unicode_nfkc_normalization_middleware" ,
467- "ietf.middleware.is_authenticated_header_middleware" ,
468468]
469469
470470ROOT_URLCONF = 'ietf.urls'
You can’t perform that action at this time.
0 commit comments