1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-13 06:29:06 +00:00

Disable icon downloads, accept optional query after icon href, format and clippy fixes

This commit is contained in:
Daniel García 2019-01-28 23:58:32 +01:00
commit c0e350b734
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 44 additions and 40 deletions

View file

@ -43,6 +43,12 @@
## It's recommended to also set 'ROCKET_CLI_COLORS=off'
# LOG_FILE=/path/to/log
## Disable icon downloading
## Set to true to disable icon downloading, this would still serve icons from $ICON_CACHE_FOLDER,
## but it won't produce any external network request. Needs to set $ICON_CACHE_TTL to 0,
## otherwise it will delete them and they won't be downloaded again.
# DISABLE_ICON_DOWNLOAD=false
## Controls if new users can register
# SIGNUPS_ALLOWED=true