Kentaro Hayashi fb1c4ec945 Block outbound clipboard text/image/file respectively
RestrictOutboundClipboard kills all of test/file/image
transfer via clipboard.

For controlling each content type behavior,
clipboard_xevent is not appropriate place to block respectively.

Instead, in clipboard_event_selection_notify, these media type
will be blocked which depends on the following configurations in
sesman.ini [Security] section.

  * RestrictOutboundClipboard=text
  * RestrictOutboundClipboard=file
  * RestrictOutboundClipboard=image

You can also set comma separated list

  * RestrictOutboundClipboard=text, file, image
2022-01-14 10:17:02 +09:00
..
2021-11-25 13:30:34 +00:00
2021-07-27 13:36:34 +01:00
2021-07-27 13:36:34 +01:00
2021-10-25 11:35:35 +01:00
2021-07-27 13:36:34 +01:00
2021-07-27 13:36:34 +01:00
2021-07-27 13:36:34 +01:00
2021-07-27 13:36:34 +01:00
2021-09-16 10:02:02 +01:00