X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=85bfe47e073965516eca0185613533cafdb397f8;hp=d9a2be97ad7e747cc3e200e3454b5bf325228ee9;hb=badb84387e659ba1692c08f728ad6e7846d37818;hpb=fe3bd631d4e163e15ab685c22ad70c67f8b94f83 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;