]> Skullheadx's Git Forge - surf.git/commitdiff
Add the commandline flag for the cookie policies too.
authorChristoph Lohmann <20h@r-36.net>
Thu, 30 Jan 2014 19:47:03 +0000 (20:47 +0100)
committerChristoph Lohmann <20h@r-36.net>
Thu, 30 Jan 2014 19:47:03 +0000 (20:47 +0100)
surf.c

diff --git a/surf.c b/surf.c
index 906d1452ae6fa84c6cf597f5bc347753d39ed903..e96767283075dfbcb45109c0c865408db5077fcf 100644 (file)
--- 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;