Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-12-17 | 504 Bytes | |
v2.2.1 source code.tar.gz | 2019-12-17 | 131.0 kB | |
v2.2.1 source code.zip | 2019-12-17 | 186.9 kB | |
Totals: 3 Items | 318.4 kB | 0 |
- Bugfix: It is no longer possible to send
Cookie
orAuthorization
headers to ESI requests on another domain, unless explicitly added in manually using thebefore_esi_include_request
event. - Bugfix: ESI requests on the same domain would previously "loopback" to the current
server_addr
andserver_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
.