X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=5c966e0e0412d9d2e48a1da797b1527552b917e4;hp=988f3273ef4430b892e2aecc8e20a10957060f79;hb=7ad886fb0b31df6a452d72193b10ee116234ca5e;hpb=fa9b1873936934bfd7ccc6da9cf66b92d193e72e diff --git a/config.def.h b/config.def.h index 988f327..5c966e0 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,7 @@ static gfloat zoomlevel = 1.0; /* Default zoom level */ /* Soup default features */ static char *cookiefile = "~/.surf/cookies.txt"; static char *cookiepolicies = "Aa@"; /* A: accept all; a: accept nothing, - @: accept third party */ + @: accept no third party */ static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ static time_t sessiontime = 3600;