diff options
author | Stefan Bolte <sbolte@lavabit.com> | 2013-04-15 18:05:10 +0200 |
---|---|---|
committer | Stefan Bolte <sbolte@lavabit.com> | 2013-04-15 18:05:10 +0200 |
commit | 7244f5ee2468621b714c0d03efc484059af54ae9 (patch) | |
tree | db8bf0ee133fc6060f5a1b4116805d1491df07d3 /m4/settings.m4 | |
parent | a1e1f9d3ee46c0e7d656635a56df4b3c6d0108de (diff) | |
parent | 13e40052343bc1679b5d5e827f8e5e53943d4b0d (diff) | |
download | dwb-7244f5ee2468621b714c0d03efc484059af54ae9.zip |
Merge branch 'master' of bitbucket.org:portix/dwb
Conflicts:
src/dwb.c
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 a89d7507..2c5ba874 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 for persistent 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) |