diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-13 22:55:43 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-13 22:55:43 +0100 |
commit | e80ae4b136fe82f916868e1e9b728d69c403a70a (patch) | |
tree | d112f10934818394c746b9179de53552b9c778a1 /doc/config.md | |
parent | 4b482418c22ea31729ca94583ffd2a6aa167d811 (diff) | |
download | chawan-e80ae4b136fe82f916868e1e9b728d69c403a70a.tar.gz |
Add referer support, re-render on windowChange
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index a044f719..efc60226 100644 --- a/doc/config.md +++ b/doc/config.md @@ -326,6 +326,18 @@ this only works for buffers which share the same cookie jar.</td> subdomains.</td> </tr> +<tr> +<td>referer-from</td> +<td>boolean</td> +<td>Whether or not we should send a Referer header when opening requests +originating from this domain. Simplified example: if you click a link on a.com +that refers to b.com, and referer-from is true, b.com is sent "a.com" as the +Referer header. +Defaults to false. +</td> +</tr> + + </table> ## Stylesheets |