mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 01:52:49 +00:00
取消中间件里面的字段过滤
This commit is contained in:
parent
0c2a5b96b8
commit
6f80491a85
@ -52,7 +52,6 @@ class AllowOriginMiddleware implements MiddlewareInterface
|
||||
} else {
|
||||
$response = $next($request)->header($header);
|
||||
}
|
||||
$request->filter(['htmlspecialchars', 'strip_tags', 'addslashes', 'trim']);
|
||||
return $response;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user