mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
only ignore vault.bitwarden.com
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Bit.Android
|
||||
private const int AutoFillNotificationId = 34573;
|
||||
private const string SystemUiPackage = "com.android.systemui";
|
||||
private const string BitwardenPackage = "com.x8bit.bitwarden";
|
||||
private const string BitwardenWebsite = "bitwarden.com";
|
||||
private const string BitwardenWebsite = "vault.bitwarden.com";
|
||||
|
||||
private static Dictionary<string, Browser> SupportedBrowsers => new List<Browser>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user