From 51ec974d8194046d45fdc462862fdf436f6c3f87 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 22 Dec 2010 18:01:41 +0000 Subject: Add proper cookie support with policy, cookie white list, session cookies etc --- xxxterm.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'xxxterm.1') 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. -- cgit 1.4.1-2-gfad0 ?id=bb4dd47a014e10457cc46d35a4725dfcfa3e3e0c'>tree commit diff stats
path: root/themes/whiteness
blob: bea6722e2c54ecf9d6add9550462340468e7f683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78