mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
ae031dbd8b
This commit introduces a new configuration option to disable the image proxy checker. A new environment variable PIXIVFE_PROXY_CHECK_ENABLED and corresponding ServerConfig field are added. The main.go file is updated to conditionally initialise the proxy checker based on this setting. Documentation is also updated to explain the new configuration options.