change example configuration svg passthrough

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-11-13 16:27:49 -06:00
parent 7d8b859a3a
commit 39d1b5c667
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ user_agent = "Yumechi-no-Kuni-Proxy-Worker"
[post_process] [post_process]
enable_redirects = false enable_redirects = false
normalization = "lazy" normalization = "lazy"
allow_svg_passthrough = true allow_svg_passthrough = false
[rate_limit] [rate_limit]
replenish_every = 2000 replenish_every = 2000

View file

@ -22,4 +22,4 @@ user_agent = "Yumechi-no-Kuni-Proxy-Worker"
[vars.post_process] [vars.post_process]
enable_redirects = false enable_redirects = false
normalization = "lazy" normalization = "lazy"
allow_svg_passthrough = true allow_svg_passthrough = false