Fix type of strictssl property.

Thanks to Mark Edgar <medgar123@gmail.com> for having spotted this.
This commit is contained in:
Quentin Rameau 2015-07-13 13:31:22 +02:00
parent b4ca032b8c
commit 9b6998e7ae
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ static char *cookiefile = "~/.surf/cookies.txt";
static char *cookiepolicies = "Aa@"; /* A: accept all; a: accept nothing,
@: accept no third party */
static char *cafile = "/etc/ssl/certs/ca-certificates.crt";
static char *strictssl = FALSE; /* Refuse untrusted SSL connections */
static Bool strictssl = FALSE; /* Refuse untrusted SSL connections */
static time_t sessiontime = 3600;
/* Webkit default features */