From 7ad886fb0b31df6a452d72193b10ee116234ca5e Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Thu, 30 Jan 2014 20:57:24 +0100 Subject: Change the accept no third party in the doc to the right meaning. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') 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; -- cgit v1.2.3