change example configuration svg passthrough
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
7d8b859a3a
commit
39d1b5c667
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue