mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-03-13 05:41:21 +00:00
trim hidden entity requests
This commit is contained in:
parent
8bce4bc809
commit
f9b844bfbc
@ -118,8 +118,11 @@ $server->setHandler(
|
||||
'/[\/]+\//',
|
||||
],
|
||||
'/',
|
||||
trim(
|
||||
$request->getPath()
|
||||
ltrim(
|
||||
trim(
|
||||
$request->getPath()
|
||||
),
|
||||
'.'
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user