Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #6263: Add more Brave Search default regions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Nov 8, 2022
1 parent 33deaf1 commit 6fac9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Browser/Search/InitialSearchEngines.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class InitialSearchEngines {
engines.filter { !$0.id.excludedFromOnboarding(for: locale) }
}

static let braveSearchDefaultRegions = ["US", "CA", "GB", "FR", "DE", "AD", "AT", "ES", "MX"]
static let braveSearchDefaultRegions = ["US", "CA", "GB", "FR", "DE", "AD", "AT", "ES", "MX", "BR", "AR"]
static let yandexDefaultRegions = ["AM", "AZ", "BY", "KG", "KZ", "MD", "RU", "TJ", "TM", "TZ"]
static let ecosiaDefaultRegions = [
"AT", "AU", "BE", "CA", "DK", "ES", "FI", "GR", "HU", "IT",
Expand Down

0 comments on commit 6fac9b7

Please sign in to comment.