0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-15 22:42:51 +01:00

Enable zstd support for Caddy

Daniel 2024-05-10 17:54:26 +03:00
parent 9be979aa13
commit e2eabdfeb1

@ -47,7 +47,7 @@ If you prefer, you can also directly specify a value instead of substituting an
# This setting may have compatibility issues with some browsers # This setting may have compatibility issues with some browsers
# (e.g., attachment downloading on Firefox). Try disabling this # (e.g., attachment downloading on Firefox). Try disabling this
# if you encounter issues. # if you encounter issues.
encode gzip encode zstd gzip
# Uncomment to improve security (WARNING: only use if you understand the implications!) # Uncomment to improve security (WARNING: only use if you understand the implications!)
# If you want to use FIDO2 WebAuthn, set X-Frame-Options to "SAMEORIGIN" or the Browser will block those requests # If you want to use FIDO2 WebAuthn, set X-Frame-Options to "SAMEORIGIN" or the Browser will block those requests