Skip to content

Commit

Permalink
Merge pull request #8582 from brave/search_more_domains
Browse files Browse the repository at this point in the history
Adds 2 more domains to a search fallback
  • Loading branch information
SergeyZhukovsky authored Apr 21, 2021
2 parents 166d22c + e5edcfe commit bae920e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
namespace {

static base::NoDestructor<std::vector<std::string>> g_vetted_hosts(
{"search.brave.com", "search-dev.brave.com", "search-dev-local.brave.com"});
{"search.brave.com", "search-dev.brave.com", "search-dev-local.brave.com",
"search.brave.software", "search.bravesoftware.com"});

bool IsAllowedHost(const GURL& url) {
std::string host = url.host();
Expand Down

0 comments on commit bae920e

Please sign in to comment.