summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-01-30 20:47:03 +0100
committerChristoph Lohmann <20h@r-36.net>2014-01-30 20:47:03 +0100
commitfa9b1873936934bfd7ccc6da9cf66b92d193e72e (patch)
tree57e22e04fc32c5d8bd15b9509a6ad20a968b8610
parent780cca964ca0cf622746ad6e8cae8beb8047d1df (diff)
downloadsurf-fa9b1873936934bfd7ccc6da9cf66b92d193e72e.tar.gz
surf-fa9b1873936934bfd7ccc6da9cf66b92d193e72e.tar.bz2
surf-fa9b1873936934bfd7ccc6da9cf66b92d193e72e.zip
Add the commandline flag for the cookie policies too.
-rw-r--r--surf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/surf.c b/surf.c
index 906d145..e967672 100644
--- a/surf.c
+++ b/surf.c
@@ -1391,6 +1391,9 @@ main(int argc, char *argv[]) {
/* command line args */
ARGBEGIN {
+ case 'a':
+ cookiepolicies = EARGF(usage());
+ break;
case 'b':
enablescrollbars = 0;
break;