desktop-app icon indicating copy to clipboard operation
desktop-app copied to clipboard

replace line breakers when read rules for peer allowed/disallowed

Open phatal opened this issue 10 months ago • 0 comments

In the case of user input using a "line break" after the comma, there is a problem when separating folders/applications. This is easy to overlook from the user's point of view, and it causes the application to ignore the allowed/disallowed rules, effectively stopping performing its main function (I've seen a few issues that most likely happened for this reason) I've had the same problem myself, spending a whole day trying to figure out why tunnel splitting stopped working.

These 2 screenshots clearly demonstrate the problem. In the first case a space is used after the comma and everything is correct, but in the second case a "line break" is used, which leads to the addition of extra characters during reading and further error. It is very difficult for the user to notice his error. correct_split incorrect_split

phatal avatar Apr 09 '24 23:04 phatal