mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 10:29:49 -04:00
code review feedback
This commit is contained in:
@@ -192,10 +192,6 @@ def create_app(application):
|
|||||||
init_jinja(application)
|
init_jinja(application)
|
||||||
|
|
||||||
for client in (
|
for client in (
|
||||||
# Gubbins
|
|
||||||
# Note, metrics purposefully first so we start measuring response times as early as possible before any
|
|
||||||
# other `app.before_request` handlers (introduced by any of these clients) are processed (which would
|
|
||||||
# otherwise mean we aren't measuring the full response time)
|
|
||||||
csrf,
|
csrf,
|
||||||
login_manager,
|
login_manager,
|
||||||
proxy_fix,
|
proxy_fix,
|
||||||
|
|||||||
Reference in New Issue
Block a user