Age | Commit message (Collapse) | Author |
|
|
|
|
|
`auto-response-header` setting is a list.
Each element has format: "pattern header-list".
If an element contains COMMA, the element must by enclosed by QUOTE.
The header-list format is like `header` setting.
|
|
|
|
add a compilation flag for disable auto-response-header
|
|
an optional value result removing a previously setted header.
|
|
auto-response-header supersede previous content-security-policy setting.
This setting is a list of "pattern name=value" entries. When a pattern
match a requested uri, the HTTP header "name: value" is added to
response.
|