mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-24 20:36:24 +02:00
include referer header in remote requests
this is an optional feature which is disabled by default, since it is only needed in a few select cases and risks accidentally exposing internal URLs. Fixes #216
This commit is contained in:
parent
edd9dbac2d
commit
8c28dca762
3 changed files with 12 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
|
||||
## [Unreleased]
|
||||
[Unreleased]: https://github.com/willnorris/imageproxy/compare/v0.9.0...HEAD
|
||||
- added option to include referer header in remote requests
|
||||
([#216](https://github.com/willnorris/imageproxy/issues/216))
|
||||
|
||||
## [0.9.0] (2019-06-10)
|
||||
[0.9.0]: https://github.com/willnorris/imageproxy/compare/v0.8.0...v0.9.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue