eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
361 stars 119 forks source link

Edge missing in browsers_phone.pm #228

Open MarcelVersteeg opened 1 year ago

MarcelVersteeg commented 1 year ago

Describe the bug Using the browser detection via browsers_phone.pm (set LevelForBrowsersDetection=allphones in the configuration file) does not detect the Edge browser, while it is correctly detected via the browsers.pm (set LevelForBrowsersDetection=2 in the configuration file).

To Reproduce Steps to reproduce the behavior:

  1. Configure LevelForBrowsersDetection=allphones
  2. Use the Edge browser to load a page
  3. Update the statistics
  4. See that Edge is not correctly detected

Expected behavior Edge is also correctly detected when using LevelForBrowsersDetection=allphones

Desktop:

Additional context I have done a file comparison between browsers.pm and browsers_phone.pm and saw that Edge is completely missing from the latter file.