Change the accept no third party in the doc to the right meaning.

This commit is contained in:
Christoph Lohmann 2014-01-30 20:57:24 +01:00
parent fa9b187393
commit 7ad886fb0b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ static gfloat zoomlevel = 1.0; /* Default zoom level */
/* Soup default features */ /* Soup default features */
static char *cookiefile = "~/.surf/cookies.txt"; static char *cookiefile = "~/.surf/cookies.txt";
static char *cookiepolicies = "Aa@"; /* A: accept all; a: accept nothing, 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 *cafile = "/etc/ssl/certs/ca-certificates.crt";
static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ static char *strictssl = FALSE; /* Refuse untrusted SSL connections */
static time_t sessiontime = 3600; static time_t sessiontime = 3600;

2
surf.1
View File

@ -27,7 +27,7 @@ redefined in the
.I config.h, .I config.h,
with "A" meaning to with "A" meaning to
accept all cookies, "a" to deny all cookies and "@", which tells surf to accept all cookies, "a" to deny all cookies and "@", which tells surf to
accept all third party cookies. accept no third party cookies.
.TP .TP
.B \-b .B \-b
Disable Scrollbars Disable Scrollbars