summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-01-30 20:57:24 +0100
committerChristoph Lohmann <20h@r-36.net>2014-01-30 20:57:24 +0100
commit7ad886fb0b31df6a452d72193b10ee116234ca5e (patch)
tree3c890385255d4364465de3c70d256557e1e3e7f2 /config.def.h
parentfa9b1873936934bfd7ccc6da9cf66b92d193e72e (diff)
downloadsurf-7ad886fb0b31df6a452d72193b10ee116234ca5e.tar.gz
surf-7ad886fb0b31df6a452d72193b10ee116234ca5e.tar.bz2
surf-7ad886fb0b31df6a452d72193b10ee116234ca5e.zip
Change the accept no third party in the doc to the right meaning.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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;