Remove some midddlewares for inform

As they break provisionning (compression) or are useless in this context
This commit is contained in:
Daniel Berteaud 2023-09-11 16:11:54 +02:00
parent 1509f5932d
commit 3c093be02c
2 changed files with 2 additions and 4 deletions

2
deps/common vendored

@ -1 +1 @@
Subproject commit 715fa7c8f3cbd25ec45fa4c38cb4d6d58228007b
Subproject commit 54d69c4b349be1688c31a161cf0591bfc1bf29fd

View File

@ -86,13 +86,11 @@ unifi:
- unifi-inform
# Override the base middlewares list to remove hsts@file as we're on http
# Also remove security headers and csp as they have no meaning here
base_middlewares:
- rate-limit-std@file
- inflight-std@file
- security-headers@file
- forward-headers@file
- compression@file
- csp-relaxed@file
# List of additional middleware to load
middlewares: []