This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
When doing DuckDuckGo search from private tab, we should send "bravep" with query string instead of "brave" #12219
Labels
feature/private-tabs
initiative/private-search
priority/P2
Crashes. Loss of data. Severe memory leak.
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
release-notes/exclude
Milestone
Test plan
See #12222
Description
When doing a DuckDuckGo search from a private tab, we should be appending
t=bravep
to the query string. We currently appendt=brave
for all searches. You can see that here:browser-laptop/js/data/searchProviders.js
Line 27 in 4a27814
Steps to Reproduce
Actual result:
t=brave
is added to the query stringExpected result:
t=bravep
should be added to the query stringReproduces how often:
100%
Brave Version
about:brave info:
Reproducible on current live release:
Yes
Additional Information
The text was updated successfully, but these errors were encountered: