Skip to content

Commit

Permalink
Added MailHeaderMiddleware to settings.py for mailman-web
Browse files Browse the repository at this point in the history
Added the MailHeaderMiddleware to settings.py for the mailman-web
service.
  • Loading branch information
skoranda committed Nov 11, 2019
1 parent d95df92 commit f40e11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comanage-registry-mailman/web/mailman-web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django_mail_header.middleware.MailHeaderMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.security.SecurityMiddleware',
Expand Down

0 comments on commit f40e11e

Please sign in to comment.