Change url-handler example to firefox -new-window

Firefox removed the ability to open private windows with a link
This commit is contained in:
TingPing 2014-01-03 03:39:35 -05:00
parent 537fb85696
commit 1e1ef1c6cf
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ static char defaultconf_commands[] =
"NAME WII\n" "CMD quote WHOIS %2 %2\n\n";
static char defaultconf_urlhandlers[] =
"NAME Open Link in Private Firefox Window\n" "CMD !firefox -private %s\n\n";
"NAME Open Link in a new Firefox Window\n" "CMD !firefox -new-window %s\n\n";
#ifdef USE_SIGACTION
/* Close and open log files on SIGUSR1. Usefull for log rotating */