ParameterHandler icon indicating copy to clipboard operation
ParameterHandler copied to clipboard

Ignore control characters

Open janbarasek opened this issue 2 years ago • 1 comments

Hello,

when entering an input, it can sometimes happen that the user inserts a control character. For example, in the Mac Terminal, just pressing the ESC key will insert the \e character into the string, which is extremely dangerous for further processing.

I think entering values should be treated against entering control characters.

For example, I enter ESC to the mailer_transport constant, which deletes the following character in the XML:

Snímek obrazovky 2021-11-24 v 14 26 12 Snímek obrazovky 2021-11-24 v 14 24 52

Thanks.

janbarasek avatar Nov 24 '21 13:11 janbarasek

This is a good idea. Do you want to contribute such a change ?

stof avatar Nov 24 '21 13:11 stof