Adding kiosk mode.

Thanks to Christian Hesse <mail@eworm.de>!
This commit is contained in:
Christoph Lohmann
2013-03-11 21:26:22 +01:00
parent fe3bd631d4
commit badb84387e
3 changed files with 19 additions and 6 deletions
+1
View File
@@ -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;