Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Added Detection of Chromium Edge on Windows #70

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

DanMHammer
Copy link
Contributor

@DanMHammer DanMHammer commented Aug 14, 2020

Moved bingbot and googlebot detection to beginning of AppleWebKit section to avoid false-positive for Chromium Edge from 'Edg' in bingbot.
Added case 'Edg' to account for Chromium Edge on Windows.
Added test case for Chromium Edge on Windows.
Updated Changelong.

Signed-off-by: Dan Hammer daniel.m.hammer@gmail.com

Fixes #69

Provide a general description of the changes in your pull request. If this pull request fixes a known issue, please tag it as well (e.g.: Fixes #1).

Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

  • The commits are consistent with the contribution guidelines.
  • You've added tests (if possible) to cover your change(s).
  • All tests and style checkers are passing (make ci).
  • You've updated the changelog.
  • You've updated the readme (if relevant).

Thanks for contributing to user_agent!

Moved bingbot and googlebot detection to beginning of AppleWebKit section to avoid false-positive for Chromium Edge from 'Edg' in bingbot.
Added case 'Edg' to account for Chromium Edge on Windows.
Added test case for Chromium Edge on Windows.
Updated Changelong.

Signed-off-by: Dan Hammer <daniel.m.hammer@gmail.com>
@mssola mssola merged commit 7759c7a into mssola:master Aug 25, 2020
@mssola
Copy link
Owner

mssola commented Aug 25, 2020

Thanks! 👏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support of Microsoft Edge is missing
2 participants