From: Christoph Lohmann <20h@r-36.net> Date: Thu, 30 Jan 2014 19:47:03 +0000 (+0100) Subject: Add the commandline flag for the cookie policies too. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=fa9b1873936934bfd7ccc6da9cf66b92d193e72e Add the commandline flag for the cookie policies too. --- 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;