Add Clacks Overhead header on each response. Closes #84

Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
This commit is contained in:
Yohann D'ANELLO 2020-12-31 15:40:18 +01:00
parent 893534955d
commit d9c97628e2
No known key found for this signature in database
GPG key ID: 3A75C55819C8CF85
2 changed files with 15 additions and 0 deletions

View file

@ -82,6 +82,7 @@ MIDDLEWARE = [
'note_kfet.middlewares.SessionMiddleware',
'note_kfet.middlewares.LoginByIPMiddleware',
'note_kfet.middlewares.TurbolinksMiddleware',
'note_kfet.middlewares.ClacksMiddleware',
]
ROOT_URLCONF = 'note_kfet.urls'