simpleanalytics / roadmap

File you bugs and feature requests here
23 stars 2 forks source link

Detect Brave with navigator.brave #609

Closed adriaandotcom closed 2 years ago

adriaandotcom commented 3 years ago

Update (2020-03-31): Brave still doesn’t have its own User-Agent. The User-Agent may be deprecated going forward, however. On a positive note, you can now reliably detect Brave using the following test:

(navigator.brave && await navigator.brave.isBrave() || false)

https://secure.helpscout.net/conversation/1554035222/4735/