Back to Openobserve

ua_regex

src/common/ua_regex/README.md

0.92.0946 B
Original Source

ua_regex

regexes.yaml in this directory is a vendored copy of the user-agent parsing rules from the ua-parser / uap-core project. It is consumed at runtime by the uaparser crate to identify browsers, operating systems, and devices from User-Agent strings.

License and attribution

The data originates from ua-parser/uap-core and is licensed under the Apache License, Version 2.0 — Copyright 2009 Google Inc. and the uap-core contributors. The upstream license notice is retained in LICENSE in this directory.

The vendored regexes.yaml corresponds to an earlier revision of the upstream file and may differ from the current upstream version.