Skip to content

Detecting Brave (for Websites)

Shivan Kaul Sahib edited this page Aug 21, 2023 · 3 revisions

Brave uses the same User Agent request header as Chromium for web compatibility reasons. In testing, we found that some websites broke on encountering a non-standard User Agent.

If you want to detect Brave, please use the navigator.brave.isBrave() JavaScript API.

Clone this wiki locally