1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-12 14:23:26 +00:00

added org.mozilla.klar to whitelist

This commit is contained in:
Kyle Spearrin
2018-01-09 11:31:00 -05:00
parent 04eb497e10
commit e35c84245d
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ namespace Bit.Android.Autofill
"com.opera.browser.beta","com.opera.mini.native","com.chrome.dev","com.chrome.canary",
"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"
"com.amazon.cloud9","org.mozilla.klar"
};
private readonly AssistStructure _structure;