diff options
author | portix <portix@gmx.net> | 2013-04-15 01:00:19 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-15 01:00:19 +0200 |
commit | 7264984602f558bffd895720b1e4ab274eef09e7 (patch) | |
tree | f0f8d115df482b3ae57ba15c2ea2726ede5cf6b3 /m4/settings.m4 | |
parent | e4462f22c1191bcb16a34c055d5f8cae1f2a3118 (diff) | |
download | dwb-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.m4 | 1 |
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) |