mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 11:38:36 +08:00
allow short secure links
This commit is contained in:
parent
6645e76e38
commit
0c689b7498
@ -113,7 +113,7 @@ url_start:
|
|||||||
|
|
||||||
len = last - p;
|
len = last - p;
|
||||||
|
|
||||||
if (end - start != 32 || len < 3) {
|
if (end - start != 32 || len == 0) {
|
||||||
goto not_found;
|
goto not_found;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user