hobo/hobo/middleware
Benjamin Dauvergne e1647d8f56 debian: add InternalIpMiddleware (#29149)
It sets DEBUG=True when current request IP is in settings.INTERNAL_IPS.
2020-08-25 10:37:36 +02:00
..
__init__.py middleware: transform cookies to have SameSite=None (#45667) 2020-08-03 09:36:10 +02:00
cookies_samesite.py middleware: transform cookies to have SameSite=None (#45667) 2020-08-03 09:36:10 +02:00
cors.py misc: make middlewares compatible with MIDDLEWARE settings (#36335) 2019-09-22 20:10:28 +02:00
debug.py debian: add InternalIpMiddleware (#29149) 2020-08-25 10:37:36 +02:00
seo.py seo: add middleware for /robots.txt url (#20263) 2020-04-14 09:07:39 +02:00
stats.py misc: make middlewares compatible with MIDDLEWARE settings (#36335) 2019-09-22 20:10:28 +02:00
utils.py misc: make middlewares compatible with MIDDLEWARE settings (#36335) 2019-09-22 20:10:28 +02:00
version.py misc: make middlewares compatible with MIDDLEWARE settings (#36335) 2019-09-22 20:10:28 +02:00
xforwardedfor.py misc: make middlewares compatible with MIDDLEWARE settings (#36335) 2019-09-22 20:10:28 +02:00