All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
http_response_headers_set
fixed a bug that prevented this switch from working properly under certain circumstances.http_response_headers_delete
fixed a bug that prevented this switch from working properly under certain circumstances.
set_cookie_samesite_none
configuration option, to forcefully apply the "SameSite=None" and "Secure" directives to all cookies generated by the upstream [experimental feature: might prevent some cookies from being generated due to a known bug of the Fetch API].
- The standard behaviour for redirects has been updated to better behave with the
location
response header.
replacement_content_types
configuration option, to allow arbitrary content types.replacement_use_regex
configuration option, to enable or disable RegEx syntax in replacement rules.
text/html
andUTF-8
hardcoded values in content-type specifications.
- HTTP to HTTPS replacement has been commented out, since it won't be required in most common scenarios.
http_response_headers_set
andhttp_response_headers_delete
option switches.
- bug in handling the Cloudflare-specific
cf-ipcountry
HTTP header.
cache_control_override
switch: no longer required as the newhttp_response_headers_set
option can be used to handle theCache-Control
header in a better way.
- Initial release