mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-07 11:39:08 +00:00
Fix wrong icon redirect code
This commit is contained in:
parent
1c220daf5f
commit
a07d667f79
1 changed files with 2 additions and 2 deletions
|
@ -308,11 +308,11 @@
|
|||
|
||||
## Icon redirect code
|
||||
## The HTTP status code to use for redirects to an external icon service.
|
||||
## The supported codes are 300 (legacy permanent), 302 (legacy temporary), 307 (temporary), and 308 (permanent).
|
||||
## The supported codes are 301 (legacy permanent), 302 (legacy temporary), 307 (temporary), and 308 (permanent).
|
||||
## Temporary redirects are useful while testing different icon services, but once a service
|
||||
## has been decided on, consider using permanent redirects for cacheability. The legacy codes
|
||||
## are currently better supported by the Bitwarden clients.
|
||||
# ICON_REDIRECT_CODE=301
|
||||
# ICON_REDIRECT_CODE=302
|
||||
|
||||
## Cache time-to-live for successfully obtained icons, in seconds (0 is "forever")
|
||||
# ICON_CACHE_TTL=2592000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue