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