Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox 56 #1601

Closed
ransom85 opened this issue Sep 29, 2017 · 1 comment
Closed

Firefox 56 #1601

ransom85 opened this issue Sep 29, 2017 · 1 comment
Milestone

Comments

@ransom85
Copy link

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0

@jaydiablo
Copy link
Contributor

Firefox 56 and 57 were added to browscap in this PR: #1575 and will be available in the next release of the browscap INI file (6025). I've confirmed that that UA parses properly against master branch:

{
    "browser_name_regex": "\/^mozilla\\\/5\\.0 \\(.*windows nt 10\\.0.*win64. x64.*\\) gecko.* firefox\\\/56\\.0.*$\/",
    "browser_name_pattern": "mozilla\/5.0 (*windows nt 10.0*win64? x64*) gecko* firefox\/56.0*",
    "parent": "Firefox 56.0",
    "comment": "Firefox 56.0",
    "browser": "Firefox",
    "browser_type": "Browser",
    "browser_bits": "64",
    "browser_maker": "Mozilla Foundation",
    "browser_modus": "unknown",
    "version": "56.0",
    "majorver": "56",
    "minorver": "0",
    "platform": "Win10",
    "platform_version": "10.0",
    "platform_description": "Windows 10",
    "platform_bits": "64",
    "platform_maker": "Microsoft Corporation",
    "alpha": false,
    "beta": false,
    "win16": false,
    "win32": false,
    "win64": true,
    "frames": true,
    "iframes": true,
    "tables": true,
    "cookies": true,
    "backgroundsounds": false,
    "javascript": true,
    "vbscript": false,
    "javaapplets": true,
    "activexcontrols": false,
    "ismobiledevice": false,
    "istablet": false,
    "issyndicationreader": false,
    "crawler": false,
    "isfake": false,
    "isanonymized": false,
    "ismodified": false,
    "cssversion": "3",
    "aolversion": "0",
    "device_name": "Windows Desktop",
    "device_maker": "unknown",
    "device_type": "Desktop",
    "device_pointing_method": "mouse",
    "device_code_name": "Windows Desktop",
    "device_brand_name": "unknown",
    "renderingengine_name": "Gecko",
    "renderingengine_version": "56.0",
    "renderingengine_description": "For Firefox, Camino, K-Meleon, SeaMonkey, Netscape, and other Gecko-based browsers.",
    "renderingengine_maker": "Mozilla Foundation"
}

Thanks!

@jaydiablo jaydiablo added this to the 6025 milestone Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants