From 7ad886fb0b31df6a452d72193b10ee116234ca5e Mon Sep 17 00:00:00 2001 From: Christoph Lohmann 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 +- surf.1 | 2 +- 2 files changed, 2 insertions(+), 2 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; diff --git a/surf.1 b/surf.1 index 5b194ec..1530ec6 100644 --- 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 -- cgit v1.2.3-59-g8ed1b 0aefeff45b2eb75429c6e3ca2c1ecc983'>treecommitdiffstats
path: root/src/lua_api.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-17Update README.mdGravatar Lance Borden 1-0/+1
2024-09-13added better clarification to help menuGravatar BanceDev 1-1/+2
2024-09-13improved installation instructionsGravatar BanceDev 1-3/+3
2024-09-12v0.1.1Gravatar BanceDev 1-1/+1
2024-09-12fixed bug in input buffer handling due to misplaced printGravatar BanceDev 2-5/+8
2024-09-12Update build.yml checkout v4Gravatar Lance Borden 1-1/+1
2024-09-12Update build.yml to artifact v4Gravatar Lance Borden 1-1/+1
2024-09-12fixed exit status issue with non interative modeGravatar BanceDev 1-1/+1
2024-09-12added non interative mode for running lua scriptsGravatar BanceDev 2-4/+28
2024-09-12temporary github action fix until non-interactive mode is implementedGravatar BanceDev 1-2/+2
2024-09-12attempt to update build script to accept input into lush shellGravatar BanceDev 2-4/+6
2024-09-12prevent lush workflow from getting stuck in testsGravatar Lance Borden 1-1/+4
2024-09-12removed chsh in workflowGravatar Lance Borden 1-4/+1