ashley sheridan.co.uk
Google Chrome Browscap.ini Amendments
The release of the Google Chrome browser has led to a slight change in browser usage, and as time goes on and Google adds new features to nthe browser, it is likely to only get used more and more.
A lot of sites use visitor tracking software, and some use browser sniffing to deliver content tailored to that particular browser. Currently, the best way of doing this is with the browscap.ini file, which details a huge amount of browsers and browsing agents, from Firefox to Googlebot. However, the ini file is not yet up-to-date with the latest browser, so here is my contribution towards the work:
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Google Chrome
- [Chrome]
- Parent=DefaultProperties
- Browser="Google Chrome"
- Frames=true
- IFrames=true
- Tables=true
- Cookies=true
- JavaApplets=true
- JavaScript=true
- CSS=2
- CssVersion=2
- supportsCSS=true
- [Mozilla/5.0 (Windows; *; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*]
- Parent=Chrome
- Platform=WinXP
- Win32=true
- [Mozilla/5.0 (Windows; *; Windows NT 5.1 x64; *) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*]
- Parent=Chrome
- Platform=WinXP
- Win32=false
- Win64=true
- [Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*]
- Parent=Chrome
- Platform=WinVista
- Win32=false
- Win64=true
As there are very few user agent strings that I have available to work with at the moment, so this only tracks the browser on the 3 Windows operating systems I could the strings for. Obviously this will have to change quite a bit in the next few months when Google releases their browser for the Mac OS and Linux, but for now it should do the job.