Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove not needed (#19128) | 6543 | 2022-03-18 | 1 | -4/+2 |
| | |||||
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -3/+3 |
| | | | Remove repeated type declarations in function definitions. | ||||
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 3 | -58/+217 |
| | | | | | Use hostmacher to replace matchlist. And we introduce a better DialContext to do a full host/IP check, otherwise the attackers can still bypass the allow/block list by a 302 redirection. | ||||
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 2 | -0/+213 |