-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove DDG UA #15156
Comments
+1 bumping this up for visibility |
Sounds good, will work with @ShivanKaul to get this sorted. Thanks @lukemulks ! |
Does iOS need to implement this also @pes10k ? |
I dont know if iOS is currently sending it, but if it is, we should stop :) |
I dont see anything like that in the iOS code base, but iOS team would know better |
Verified
Steps:
Confirmed With fix (
|
duckduckgo.com | netflix.com |
---|---|
Without fix (beta
):
duckduckgo.com | netflix.com |
---|---|
Verified PASSED
using
Brave | 1.31.64 Chromium: 94.0.4606.61 (Official Build) beta (64-bit) |
---|---|
Revision | 418b78f5838ed0b1c69bb4e51ea0252171854915-refs/branch-heads/4606@{#1204} |
OS | Linux |
Steps:
- clean profile
- launched Brave
- opened Developer Tools, Network tab
- loaded
duckduckgo.com
andnetflix.com
- examined the HTTP request's user-agent string for both
Confirmed "Brave"
as a string in UAs has been removed:
With fix (beta
):
duckduckgo.com | netflix.com |
---|---|
Without fix (release
):
duckduckgo.com | netflix.com |
---|---|
Verification passed on
Brave | 1.31.66 Chromium: 94.0.4606.61 (Official Build) beta (64-bit)
-- | --
Revision | 418b78f5838ed0b1c69bb4e51ea0252171854915-refs/branch-heads/4606@{#1204}
OS | Windows 10 Version 21H1 (Build 19043.1237)
Reproduced the issue in 1.30.86
After talking with DDG, @lukemulks has confirmed that we no longer need to send DDG a custom, "includes Brave" UA.
This issue is to remove the DDG UA special case.
The text was updated successfully, but these errors were encountered: