mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
修复Log注解GET请求记录不到参数问题
This commit is contained in:
@@ -43,7 +43,8 @@ public class XssFilter implements GlobalFilter, Ordered
|
||||
{
|
||||
ServerHttpRequest request = exchange.getRequest();
|
||||
// xss开关未开启 或 通过nacos关闭,不过滤
|
||||
if(!xss.getEnabled()){
|
||||
if (!xss.getEnabled())
|
||||
{
|
||||
return chain.filter(exchange);
|
||||
}
|
||||
// GET DELETE 不过滤
|
||||
|
||||
Reference in New Issue
Block a user