Skip to content

added check that pasted text contains only printable characters [UBDF-17891]

Pavel Mashliakovskiy requested to merge feat/unprintableCharProtection into master

added check that pasted text contains only printable characters. For \n is also allowed. For CodeMirror - \n and \t. Attempt to paste non-printable characters throws ERR_UNPRINTABLE_CHARS exception

Merge request reports