- feat: prevent loop proxy from official misskey media proxy
- feat: always use the default user agent if the user agent is not set
- feat: add a new option to force passing the user agent from the request to the remote target
- fix: incorrect default values in the toml file
- feat: configurable user agent validation and cf polish param
- feat: support to send the proxy request to another transparent http proxy
- feat: add optional validation for url length
- feat: support via headers in the proxy request and response
- feat: loop proxy protection
- fix: correct the wrong implementation of proxy response cache
- fix: support some strange content-type headers like
binary/octet-stream
- feat: allow to set the cache max age
- feat: support adding extra headers for specific domains
- feat: expose body of proxy fetch in the error log
- breaking: support config worker by environment variables
- feat: more detailed error handling
- feat: support HEAD method