Skip to content

v2.2.1

Compare
Choose a tag to compare
@pintsized pintsized released this 17 Dec 12:28
· 21 commits to master since this release
  • Bugfix: It is no longer possible to send Cookie or Authorization headers to ESI requests on another domain, unless explicitly added in manually using the before_esi_include_request event.
  • Bugfix: ESI requests on the same domain would previously "loopback" to the current server_addr and server_port even if the scheme was different. We now check the scheme matches too before making this optimisation.
  • Feature: ESI "loopback" can now be disabled with esi_attempt_loopback.