You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Following on from #10020 would it be possible to extend that functionality to whitelist the useragent further so that it can be accessed via JavaScript e.g. navigator.userAgent on Desktop?
Steps to Reproduce
Navigate to duckduckgo.com using Brave (Desktop only)
Using the developer console enter navigator.userAgent
Expect to see Brave Chome in the user agent string
Actual result:
The string 'Brave' does not appear in the client side user agent.
Expected result:
Show 'Brave Chrome' in the client side user agent string.
Reproduces how often:
Brave Version
about:brave info:
Reproducible on current live release:
Additional Information
The text was updated successfully, but these errors were encountered:
It's so that we can show promotional content for DDG + Brave in combination. Our SERP has a lot of logic on the front-end by way of JavaScript, therefore being able to know precisely if the user is using the Brave browser allows us to confidently show privacy related features for Brave users.
Description
Following on from #10020 would it be possible to extend that functionality to whitelist the useragent further so that it can be accessed via JavaScript e.g. navigator.userAgent on Desktop?
Steps to Reproduce
navigator.userAgent
Actual result:
The string 'Brave' does not appear in the client side user agent.
Expected result:
Show 'Brave Chrome' in the client side user agent string.
Reproduces how often:
Brave Version
about:brave info:
Reproducible on current live release:
Additional Information
The text was updated successfully, but these errors were encountered: