mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
allow short secure links
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user