Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore control characters #139

Open
janbarasek opened this issue Nov 24, 2021 · 1 comment
Open

Ignore control characters #139

janbarasek opened this issue Nov 24, 2021 · 1 comment

Comments

@janbarasek
Copy link

janbarasek commented Nov 24, 2021

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.

@stof
Copy link
Member

stof commented Nov 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants