Update min_security middleware

This commit is contained in:
Adrien Reslinger 2024-10-02 09:08:01 +02:00
parent 24d977621b
commit 0dcdedf829
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -16,10 +16,12 @@ data:
{% endif %}
- rate-limit
- compress
{% if false %}
{% if basic_auth|bool %}
- basic-auth
{% endif %}
- authelia
{% endif %}
compress:
compress:
excludedContentTypes: ["text/event-stream"]