Add the commandline flag for the cookie policies too.

This commit is contained in:
Christoph Lohmann 2014-01-30 20:47:03 +01:00
parent 780cca964c
commit fa9b187393
1 changed files with 3 additions and 0 deletions

3
surf.c
View File

@ -1391,6 +1391,9 @@ main(int argc, char *argv[]) {
/* command line args */ /* command line args */
ARGBEGIN { ARGBEGIN {
case 'a':
cookiepolicies = EARGF(usage());
break;
case 'b': case 'b':
enablescrollbars = 0; enablescrollbars = 0;
break; break;