From a07d667f793fcff70e44c378a6eb0d3f7c514b97 Mon Sep 17 00:00:00 2001 From: gzfrozen Date: Sat, 27 Jan 2024 22:20:22 +0900 Subject: [PATCH] Fix wrong icon redirect code --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 2e60dbdb..864c7db6 100644 --- a/.env.template +++ b/.env.template @@ -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