You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2026-06-09 22:03:53 +02:00
15 lines
262 B
TOML
15 lines
262 B
TOML
exclude = [
|
|
"localhost",
|
|
"twitter.com",
|
|
"x.com",
|
|
"unsplash.com",
|
|
]
|
|
|
|
accept = [200, 429]
|
|
|
|
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:150.0) Gecko/20100101 Firefox/150.0"
|
|
header = { "accept" = "*/*" }
|
|
|
|
cache = true
|
|
max_cache_age = "7d"
|