-
User agent: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 UBrowser/5.6.12860.7 Safari/537.36`
-
Firefox for Mac v54 is reported as v52
ibewa updated
7 years ago
-
All the PHP source files say they're AGPL3+ but `LICENSE` is MIT.
```php
/**
* Copyright (c) 1998-2014 Browser Capabilities Project
*
* This program is free software: you can redistribute it…
cs278 updated
7 years ago
-
Since we were not satisfied (either in fields or in resource usage) with other clients, we decided to build our own. It's available on https://github.com/blueconic/browscap-java and can be used free o…
-
I have the browscap.ini full version cache and I think all of it is working except retrieving the user_agent_string server variable. Nothing appears in the array, not even the browser_name_regex
My…
ghost updated
7 years ago
-
```
29 try
30 {
31 $browscap_updater = new \BrowscapPHP\BrowscapUpdater();
32 if($browscap_updater != null)
33 {
…
ghost updated
7 years ago
-
The session can't store it's data into the folder /home/vagrant/Projects/joomla-cms/installation/sessions despite the permissions is 777 from /var down to joomla-cms and also from /home down to joomla…
-
I started doing this in some recent updates, like in this file: https://github.com/browscap/browscap/blob/master/resources/user-agents/browsers/yabrowser/yabrowser-15-on.json#L331
But I've noticed …
-
I was thinking it might be nice to externalize the list of useragents to a separate module. That way your implementation is more clearly separated from the useragent data and updates should be easier.…
ismay updated
7 years ago
-
As part of this April 2017 update I'm working on, I tend to run into cases where the Android Webview 4.0 file's patterns are just a tad too long so they end up capturing some other patterns that they …