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

3
surf.c
View file

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