Closed vikas027 closed 4 years ago
Fair enough. It makes sense to move it to UserDefaults.standard.ignoredTypes
. I'll happily merge PRs for that.
Great work with the app! 👏
What's the pasteboard type for LastPass to ignore it?
LastPass should be filtered by default. Make sure you can default ignored types configured https://github.com/p0deje/Maccy#ignore-custom-copy-types.
@p0deje I have that already. I think I know the reason. Since I am using the LastPass Chrome extension, it is detecting it as coming from the Chrome browser. That's why it is showing up copied passwords from LastPass, since copying from Chrome Browser is allowed.
That's probably correct. You can follow https://github.com/p0deje/Maccy/issues/125#issuecomment-646612371 to see what types are present for copied item.
I'm experiencing this problem as well. Unfortunately the LastPass extension reports the type as 'public.utf8-plain-text`. If I block that, I imagine the app effectively stops working.
@AJMiller Unfortunately, neither solution will help because it will look like you copied from Chrome (or whatever browser you use with LastPass extension).
Could you exclude Bitwarden by default too?
How can I exclude more apps like PwSafe, Enpass, Lastpass?
Rather than hard coding the values in the code, maybe it is better to read through a file or env vars or something more dynamic?
Related Tickets: