summaryrefslogtreecommitdiff
path: root/m4/settings.m4
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-04-15 01:00:19 +0200
committerportix <portix@gmx.net>2013-04-15 01:00:19 +0200
commit7264984602f558bffd895720b1e4ab274eef09e7 (patch)
treef0f8d115df482b3ae57ba15c2ea2726ede5cf6b3 /m4/settings.m4
parente4462f22c1191bcb16a34c055d5f8cae1f2a3118 (diff)
downloaddwb-7264984602f558bffd895720b1e4ab274eef09e7.zip
New option 'cookie-expiration'; don't save session cookies to persisten jar.
Diffstat (limited to 'm4/settings.m4')
-rw-r--r--m4/settings.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4
index c0b44f06..0c423661 100644
--- a/m4/settings.m4
+++ b/m4/settings.m4
@@ -20,6 +20,7 @@ html_input(accept-language, text, If set will be used for "Accept-Language" head
ifdef(`WITH_LIBSOUP_2_38',
html_input(addressbar-dns-lookup, checkbox, Whether to first perform a dns lookup for text typed in the addressbar before loading the site)
)
+html_input(cookie-expiration, text, ``The maximum expiration time of cookies in seconds, with suffix <b>m</b> in minutes, with suffix <b>h</b> in hours, with suffix <b>d</b> in days, 0 means no explicit expriation'')
html_select(cookies-accept-policy, html_options(always, never, nothirdparty), ``The cookies to accept, affects also session cookies'')
html_select(cookies-store-policy, html_options(session, persistent, never), The storage policy for cookies)
html_input(do-not-track, checkbox, Whether to set do not track flag on request headers)