Releases: willnorris/imageproxy
Releases · willnorris/imageproxy
v0.11.2
Docker images are now published exclusively to GitHub Package Registry. Update your workflows to pull the docker image named ghcr.io/willnorris/imageproxy
rather than willnorris/imageproxy
Full Changelog: v0.11.0...v0.11.2
v0.11.0
What's Changed
- Fix dockerhub link by @ThomWright in #230
- Allow allowing/blocking hosts by IP range by @blakestoddard in #236
- Switch to Hostname() to strip the port while running through hostMatches() by @blakestoddard in #238
- Add option to disable following redirects by @blakestoddard in #237
- Support proxying images with no provided intermediate cert by @blakestoddard in #241
- Setup GitHub Action for code scanning by @willnorris in #247
- Set a strict Content-Security-Policy by default by @blakestoddard in #251
- Add X-XSS-Protection HTTP response header to block potential XSS by @yassineaboukir in #267
- Updated heroku instructions / added eb instructions by @atestu in #266
- modules: update and tidy by @willnorris in #294
- change envy package to avoid replace directive by @willnorris in #312
New Contributors
- @ThomWright made their first contribution in #230
- @blakestoddard made their first contribution in #236
- @yassineaboukir made their first contribution in #267
- @atestu made their first contribution in #266
Full Changelog: v0.10.0...v0.11.0