Add the commandline flag for the cookie policies too.
This commit is contained in:
parent
780cca964c
commit
fa9b187393
1 changed files with 3 additions and 0 deletions
3
surf.c
3
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;
|
||||
|
|
Loading…
Reference in a new issue