diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-03-11 21:26:22 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-03-11 21:26:22 +0100 |
commit | badb84387e659ba1692c08f728ad6e7846d37818 (patch) | |
tree | 7ebcbddafb9843d378d20529691dbe344bc06996 /config.def.h | |
parent | fe3bd631d4e163e15ab685c22ad70c67f8b94f83 (diff) | |
download | surf-badb84387e659ba1692c08f728ad6e7846d37818.tar.gz surf-badb84387e659ba1692c08f728ad6e7846d37818.tar.bz2 surf-badb84387e659ba1692c08f728ad6e7846d37818.zip |
Adding kiosk mode.
Thanks to Christian Hesse <mail@eworm.de>!
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index d9a2be9..85bfe47 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,7 @@ static char *cookiefile = "~/.surf/cookies.txt"; static time_t sessiontime = 3600; static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ +static Bool kioskmode = FALSE; /* Ignore shortcuts */ /* Webkit default features */ static Bool enablescrollbars = TRUE; |