Use Zoyi background to filter special characters

Description of the problem: The text with xml or html passed by the front end will be filtered after entering the library, because I see that the parameters passed by the front end still carry these tags, but the background breakpoint finds that there are no strings without tags, so the problem is ruled out.
The solution is to set enabled to false. This operation is more violent and involves potential safety hazards, but I later searched other methods on Baidu, and some said to write the path that does not need to be filtered in the excludes. I tried it to no avail. It may be caused by the wrong way of writing. If you encounter it, you can try it. If it doesn’t work, then consider turning off the filter switch directly, that is, directly setting enabled to false.
enabled

The above description is a personal opinion, and you are welcome to correct me if the description is wrong. If you have any questions, please add 876942434@please qq.com. progress together~

Guess you like

Origin blog.csdn.net/fortunate_leixin/article/details/127205433