You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Setting HTTP response headers requires a pre.js right now. An easier way would be to simply set <meta http-equiv="X-My-Header" content="My-Value"> in the template and have the pipeline turn the HTML tag into an HTTP header.
With the X-ESI header we are already scanning HTML content to determine headers and this would make it more flexible and applicable for a wider range of use cases.
The text was updated successfully, but these errors were encountered:
# [1.11.0](v1.10.2...v1.11.0) (2019-05-08)
### Features
* **html:** enable setting of HTTP headers through link and meta HTML tags ([32e4494](32e4494)), closes [#122](#122)
# [1.11.0](v1.10.2...v1.11.0) (2019-05-08)
### Features
* **html:** enable setting of HTTP headers through link and meta HTML tags ([32e4494](32e4494)), closes [#122](#122)
Setting HTTP response headers requires a
pre.js
right now. An easier way would be to simply set<meta http-equiv="X-My-Header" content="My-Value">
in the template and have the pipeline turn the HTML tag into an HTTP header.With the
X-ESI
header we are already scanning HTML content to determine headers and this would make it more flexible and applicable for a wider range of use cases.The text was updated successfully, but these errors were encountered: