diff options
author | Ivan Tham <pickfire@riseup.net> | 2015-11-18 14:47:45 +0800 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-11-18 08:58:18 +0100 |
commit | b7a359a84fa17569435bf698ca1f2ec81c57e001 (patch) | |
tree | 2b5171f8b70813e9e45b623c0f8e2bac2697cb99 | |
parent | 9b1e1873b0929ff397abf5ba523390c9f01f807f (diff) | |
download | surf-b7a359a84fa17569435bf698ca1f2ec81c57e001.tar.gz surf-b7a359a84fa17569435bf698ca1f2ec81c57e001.tar.bz2 surf-b7a359a84fa17569435bf698ca1f2ec81c57e001.zip |
Fix cookies wording
Signed-off-by: Christoph Lohmann <20h@r-36.net>
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1c18827..93a3d49 100644 --- a/config.def.h +++ b/config.def.h @@ -17,7 +17,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 no third party */ + * @: accept all except third party */ static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static Bool strictssl = FALSE; /* Refuse untrusted SSL connections */ static time_t sessiontime = 3600; |