Is it possible to deactivate clipboard history? #5325
Unanswered
Urmeli0815
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use WebView2 to display partially sensitive information like passwords. The user can mark the password and copy it to the clipboard. I would like to prevent that the password is added to the clipboard history (Win+V).
With the Win32-API it is possible to set specific clipboard formats that disable the clipboard history or the clipboard cloud-sync, see https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#cloud-clipboard-and-clipboard-history-formats.
Is it somehow possible to set these formats for a WebView2 instance? Maybe via configuration or command-line parameter?
Beta Was this translation helpful? Give feedback.
All reactions