mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
fix: add user_agent configuration to request settings
This commit is contained in:
@@ -18,6 +18,10 @@ server:
|
|||||||
limiter: true # can be disabled for a private instance
|
limiter: true # can be disabled for a private instance
|
||||||
image_proxy: true
|
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:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
valkey:
|
valkey:
|
||||||
|
|||||||
Reference in New Issue
Block a user