about summary refs log tree commit diff stats
path: root/xxxterm.1
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2010-12-22 18:01:41 +0000
committerMarco Peereboom <marco@conformal.com>2010-12-22 18:01:41 +0000
commit51ec974d8194046d45fdc462862fdf436f6c3f87 (patch)
tree7f0c1680b49e17f0b77b311a2dcfa05800d73922 /xxxterm.1
parente68a037bee80442908e30bc94be6ba9d184f1447 (diff)
downloadxombrero-51ec974d8194046d45fdc462862fdf436f6c3f87.tar.gz
Add proper cookie support with policy, cookie white list, session cookies
etc
Diffstat (limited to 'xxxterm.1')
-rw-r--r--xxxterm.116
1 files changed, 16 insertions, 0 deletions
diff --git a/xxxterm.1 b/xxxterm.1
index 300946c..0d2f154 100644
--- a/xxxterm.1
+++ b/xxxterm.1
@@ -120,6 +120,22 @@ Additionally if search_string is set it'll enable an entry box for searches.
 .It Cm refresh_interval
 Refresh interval while in the download manager.
 Default is 10.
+.It Cm session_timeout
+If this value is greater than 3600 then it is the time added in seconds to a
+session cookie.  If the value is smaller than 3600 then there is no change
+to the expiration of a session cookie.
+.It Cm enable_cookie_white list
+When enabled all cookies must be in the white list or they are rejected.
+.It Cm cookie_wl
+This is a cookie white list item.
+Use multiple times to add multiple entries.
+Valid entries are for example *.moo.com and the equivalent .moo.com.
+A fully qualified host is also valid and is for example www.moo.com.
+.It Cm cookie_policy
+This field delineates the cookie policy.
+Possible values are: no3rdparty, reject 3rd party cookies.
+accept, accept all cookies.
+reject, reject all cookies.
 .It Cm search_string
 Default search engine string.
 See xxxterm.conf file for details.