mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Fix autofill on Chrome from the iOS Share Extension (#1254)
* Process UTTypeURL data received from host app * Disable autofill via Share extension for Chrome
This commit is contained in:
@@ -49,7 +49,8 @@ namespace Bit.iOS.Extension
|
||||
{
|
||||
if (Context.ProviderType != Constants.UTTypeAppExtensionFillBrowserAction
|
||||
&& Context.ProviderType != Constants.UTTypeAppExtensionFillWebViewAction
|
||||
&& Context.ProviderType != UTType.PropertyList)
|
||||
&& Context.ProviderType != UTType.PropertyList
|
||||
&& Context.ProviderType != Constants.UTTypeAppExtensionUrl)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user