danielacevedonet / googlesitemapgenerator

Automatically exported from code.google.com/p/googlesitemapgenerator
Apache License 2.0
0 stars 0 forks source link

Add support for Firefox 3.5 and up #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The system warns Firefox 3.5 and 3.6 users that their browser is
incompatible, which could be the intended behavior.

I have no trouble with the latest Firefox Nightly Trunk:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre)
Gecko/20090805 Minefield/3.6a1pre (.NET CLR 3.5.30729) ID:20090805042410

So I would assume that the notification can be removed for Firefox users
with higher versions than 3.0.

Google-sitemap-generator version: Linux i386 beta 1 - 2009-02-25.

Original issue reported on code.google.com by al.young...@gmail.com on 6 Aug 2009 at 1:26

GoogleCodeExporter commented 9 years ago
It might be good to check browser on an engine basis, so look for Gecko 1.8.x or
above, instead of Firefox 2.0, Firefox 3.0, Firefox 3.5, Firefox 3.6, etc.

Original comment by al.young...@gmail.com on 11 Oct 2009 at 1:19