mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Autofill support for upcoming changes to google search (#1596)
This commit is contained in:
@@ -35,6 +35,7 @@ namespace Bit.Droid.Autofill
|
|||||||
public static HashSet<string> TrustedBrowsers = new HashSet<string>
|
public static HashSet<string> TrustedBrowsers = new HashSet<string>
|
||||||
{
|
{
|
||||||
"com.duckduckgo.mobile.android",
|
"com.duckduckgo.mobile.android",
|
||||||
|
"com.google.android.googlequicksearchbox",
|
||||||
"org.mozilla.focus",
|
"org.mozilla.focus",
|
||||||
"org.mozilla.klar",
|
"org.mozilla.klar",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user