Autofill support for upcoming changes to google search (#1596)

This commit is contained in:
Matt Portune 2021-10-21 10:45:48 -04:00 committed by GitHub
parent 41098ff05b
commit d93d70fd66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ namespace Bit.Droid.Autofill
public static HashSet<string> TrustedBrowsers = new HashSet<string>
{
"com.duckduckgo.mobile.android",
"com.google.android.googlequicksearchbox",
"org.mozilla.focus",
"org.mozilla.klar",
};