X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=4f6d655c08e280bf870ddb264f26b9f1f500614c;hp=94eb2883896ea5c93755a7b01978893c6a6d2a7c;hb=ee04671220690ec225112d49ece959239a3e2202;hpb=fef80cd56ccca7e0816d39e85cf6c0f3f09b8c3c diff --git a/config.def.h b/config.def.h index 94eb288..4f6d655 100644 --- a/config.def.h +++ b/config.def.h @@ -18,6 +18,11 @@ static char *cookiepolicies = "Aa@"; /* A: accept all; a: accept nothing, * @: accept no third party */ static int strictssl = 0; /* Refuse untrusted SSL connections */ +/* Languages */ +static int enablespellchecking = 0; +static const char *spellinglanguages[] = { "en_US", NULL }; +static const char *preferedlanguages[] = { NULL }; + /* Webkit default features */ static int enablescrollbars = 1; static int enablecaretbrowsing = 1;