hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.24k stars 430 forks source link

Avoid accessing clipboard: Extend supported formats on Windows #2679

Closed FreeHarry closed 2 months ago

FreeHarry commented 2 months ago

There is a new mechanism since V8.0, that avoids accessing the clipboard from password managers, which is cool. But on Windows, it prevents access only if the format is Clipboard Viewer Ignore.

Please can you support other formats as well for the decision?

hluk commented 2 months ago

Sounds like a good idea. I'm adding all the formats you mention.

Here is a development build with the fix: https://ci.appveyor.com/project/hluk/copyq/builds/49644665/artifacts

FreeHarry commented 2 months ago

Thanks. I tested your dev-build and it works as expected on Windows 10. Cool!