Index: gozilla.c
===================================================================
RCS file: /sources/global/global/gozilla/gozilla.c,v
retrieving revision 1.66
diff -c -r1.66 gozilla.c
*** gozilla.c	22 Jun 2015 06:42:36 -0000	1.66
--- gozilla.c	3 Sep 2015 04:05:48 -0000
***************
*** 617,623 ****
--- 617,626 ----
  	 * Browsers which have openURL() command.
  	 */
  	if (locatestring(browser, "mozilla", MATCH_AT_LAST) ||
+ 	/*
+ 	 * Firefox have removed the -remote command live option since version 39.
  	    locatestring(browser, "firefox", MATCH_AT_LAST) ||
+ 	 */
  	    locatestring(browser, "netscape", MATCH_AT_LAST) ||
  	    locatestring(browser, "netscape-remote", MATCH_AT_LAST))
  	{
