Restrict header count and size. URL-encode/decode specific headers that may contain...
[pithos] / pithos / settings.d / 00-apps.conf
index e2be3ac..453547b 100644 (file)
@@ -6,7 +6,6 @@ TEMPLATE_LOADERS = (
 
 MIDDLEWARE_CLASSES = (
     'django.middleware.common.CommonMiddleware',
-    'pithos.middleware.URLEncodedHeadersMiddleware',
     'pithos.middleware.LoggingConfigMiddleware',
     'pithos.middleware.AuthMiddleware'
 )