]> Skullheadx's Git Forge - surf.git/commitdiff
Change the accept no third party in the doc to the right meaning.
authorChristoph Lohmann <20h@r-36.net>
Thu, 30 Jan 2014 19:57:24 +0000 (20:57 +0100)
committerChristoph Lohmann <20h@r-36.net>
Thu, 30 Jan 2014 19:57:24 +0000 (20:57 +0100)
config.def.h
surf.1

index 988f3273ef4430b892e2aecc8e20a10957060f79..5c966e0e0412d9d2e48a1da797b1527552b917e4 100644 (file)
@@ -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;
diff --git a/surf.1 b/surf.1
index 5b194ecf2ed51856ecab864cc0719c5d98cbe026..1530ec61980b56291cdf9bc0c0304a769eabd802 100644 (file)
--- a/surf.1
+++ b/surf.1
@@ -27,7 +27,7 @@ redefined in the
 .I config.h,
 with "A" meaning 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
 .B \-b
 Disable Scrollbars