1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2026-06-09 22:03:53 +02:00
Files
2026-05-08 20:58:52 +03:00

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"