mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-21 22:24:44 +02:00
Fix block expensive for 1.23 (#34127)
This commit is contained in:
parent
66ccae8b90
commit
9ef2a338d8
@ -54,6 +54,7 @@ func isRoutePathExpensive(routePattern string) bool {
|
||||
"/{username}/{reponame}/{type:issues}",
|
||||
"/{username}/{reponame}/pulls",
|
||||
"/{username}/{reponame}/{type:pulls}",
|
||||
"/{username}/{reponame}/{type:issues|pulls}", // for 1.23 only
|
||||
|
||||
// wiki
|
||||
"/{username}/{reponame}/wiki/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user