diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-24 13:01:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-24 13:01:50 +0000 |
commit | 4bd3cae342a3c29adef0c46a205d7e3b9bca7214 (patch) | |
tree | 66a17543c5f950fd1ce2acb53d56c1001105676a /doc/tipidee.conf.html | |
parent | 2df82171637c28184c2f585ae49efb5bcf588859 (diff) | |
download | tipidee-4bd3cae342a3c29adef0c46a205d7e3b9bca7214.tar.xz |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/tipidee.conf.html')
-rw-r--r-- | doc/tipidee.conf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index 6242b19..10de524 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -449,7 +449,7 @@ the user to define custom headers that are to be added to every response. provides a header with the same name. If <tt>weak</tt>, the CGI value has precedence; if <tt>strong</tt>, <em>value</em> has precedence. </li> <li> <em>key</em> is the name of the custom header, such as <tt>Content-Security-Policy</tt> or <tt>X-Tacky-Header</tt>. -It is case-insensitive; its spelling be canonicalized when processed. </li> +It is case-insensitive; its spelling will be canonicalized when processed. </li> <li> <em>value</em> is the content of the header. Any whitespace given in <em>value</em> will all register as a single space. </li> <li> Some headers cannot be customized. <a href="tipidee-config.html">tipidee-config</a> will reject an attempt to define a <tt>Connection</tt> or a <tt>Date</tt> header, for instance. </li> |