mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Implement workaround for django bug #15152 for badly encoded URLs
Hopefully this will stop the system spamming us..
This commit is contained in:
@ -58,6 +58,7 @@ TEMPLATE_LOADERS = (
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = [
|
||||
'util.middleware.RequestCheckMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.contrib.messages.middleware.MessageMiddleware',
|
||||
|
Reference in New Issue
Block a user