mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
trim hidden entity requests
This commit is contained in:
parent
8bce4bc809
commit
f9b844bfbc
1 changed files with 5 additions and 2 deletions
|
|
@ -118,8 +118,11 @@ $server->setHandler(
|
||||||
'/[\/]+\//',
|
'/[\/]+\//',
|
||||||
],
|
],
|
||||||
'/',
|
'/',
|
||||||
trim(
|
ltrim(
|
||||||
$request->getPath()
|
trim(
|
||||||
|
$request->getPath()
|
||||||
|
),
|
||||||
|
'.'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue