1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00:00

add qwant browser to autofill

This commit is contained in:
Kyle Spearrin
2018-12-19 16:16:45 -05:00
parent ee9ecfbee9
commit 9c2a6da692
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ namespace Bit.Android.Autofill
"com.google.android.apps.chrome","com.google.android.apps.chrome_dev","com.yandex.browser",
"com.sec.android.app.sbrowser","com.sec.android.app.sbrowser.beta","org.codeaurora.swe.browser",
"com.amazon.cloud9","mark.via.gp","org.bromite.bromite","org.chromium.chrome","com.kiwibrowser.browser",
"com.ecosia.android", "com.opera.mini.native.beta","org.mozilla.fennec_aurora"
"com.ecosia.android","com.opera.mini.native.beta","org.mozilla.fennec_aurora","com.qwant.liberty"
};
public static async Task<List<FilledItem>> GetFillItemsAsync(Parser parser, ICipherService service)