terminal/doc/cascadia
greg904 985f85ddca
Add settings to warn about large or multiline pastes (#6631)
Before sending calling the `HandleClipboardData` member function on
the `PasteFromClipboardEventArgs` object when we receive a request
from the `TermControl` to send it the clipboard's text content, we
now display a warning to let the user choose whether to continue or
not if the text is larger than 5 KiB or contains the _new line_
character, which can be a security issue if the user is pasting the
text in a shell.

These warnings can be disabled with the `largePasteWarning` and
`multiLinePasteWarning` global settings respectively.

Closes #2349
2020-07-01 19:43:28 +00:00
..
Json-Utility-API.md doc: Propose a JsonUtils replacement by writing documentation (#5875) 2020-06-03 22:54:54 -07:00
profiles.schema.json Add settings to warn about large or multiline pastes (#6631) 2020-07-01 19:43:28 +00:00
SettingsSchema.md Add settings to warn about large or multiline pastes (#6631) 2020-07-01 19:43:28 +00:00
Unittesting-CppWinRT-Xaml.md Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00