about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-12-13 22:55:43 +0100
committerbptato <nincsnevem662@gmail.com>2022-12-13 22:55:43 +0100
commite80ae4b136fe82f916868e1e9b728d69c403a70a (patch)
treed112f10934818394c746b9179de53552b9c778a1 /doc/config.md
parent4b482418c22ea31729ca94583ffd2a6aa167d811 (diff)
downloadchawan-e80ae4b136fe82f916868e1e9b728d69c403a70a.tar.gz
Add referer support, re-render on windowChange
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md12
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