fix: add user_agent configuration to request settings

This commit is contained in:
2026-05-12 16:55:36 +08:00
parent cfb0a1d437
commit 6c4117ab95
+4
View File
@@ -18,6 +18,10 @@ server:
limiter: true # can be disabled for a private instance
image_proxy: true
request:
# Proper User-Agent to avoid rate limiting and 403 errors
user_agent: 'Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0'
ui:
static_use_hash: true
valkey: