Skip to content

advanced clipboard filtering #274

@totaam

Description

@totaam

At the moment, the only restrictions we have on clipboard data transfers are:

  • size check:
MAX_CLIPBOARD_PACKET_SIZE = 256*1024

Any clipboard zlib-compressed data larger than 256KB is simply dropped with a log warning. Maybe this limit is too low? We can raise it with #275

discard_targets = ("SAVE_TARGETS", "COMPOUND_TEXT")

It would be nice if we could inject more filters, say:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions