Skip to content
Snippets Groups Projects
Unverified Commit 0bef8941 authored by Nadeem Shahzad's avatar Nadeem Shahzad Committed by GitHub
Browse files

Merge pull request #19087 from edx/nadeem/OPS-3544

Add xforwardedformiddleware (OPS-3544)
parents b3c31535 1ff04aaf
Branches
Tags
No related merge requests found
......@@ -467,6 +467,8 @@ XQUEUE_INTERFACE = {
################################# Middleware ###################################
MIDDLEWARE_CLASSES = [
'x_forwarded_for.middleware.XForwardedForMiddleware',
'crum.CurrentRequestUserMiddleware',
# A newer and safer request cache.
......
......@@ -1209,6 +1209,8 @@ CREDIT_NOTIFICATION_CACHE_TIMEOUT = 5 * 60 * 60
################################# Middleware ###################################
MIDDLEWARE_CLASSES = [
'x_forwarded_for.middleware.XForwardedForMiddleware',
'crum.CurrentRequestUserMiddleware',
# A newer and safer request cache.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment