You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main issue is that Chrome is being under-reported.
I think this may be to the use of a hash to store regex => group, but when processing the hash, the order in which the elements are returned is random.
This means that sometimes, when the 'Safari' entry is checked first, modern Chrome browsers (with a useragent like Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36) will be returned as 'Safari' rather than Chrome.
Main issue is that Chrome is being under-reported.
I think this may be to the use of a hash to store regex => group, but when processing the hash, the order in which the elements are returned is random.
This means that sometimes, when the 'Safari' entry is checked first, modern Chrome browsers (with a useragent like
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
) will be returned as 'Safari' rather than Chrome.File: lib/plugins/EPrints/Plugin/Stats/Processor/Access/Browsers.pm
The text was updated successfully, but these errors were encountered: