feat(web): whitelist private fetch targets (#1688)

* feat(web): whitelist private fetch targets

* test(web): avoid accept error shadowing

---------

Co-authored-by: Alix-007 <267018309+Alix-007@users.noreply.github.com>
This commit is contained in:
Alix-007
2026-03-17 23:22:05 +08:00
committed by GitHub
parent 5bc4fe4dea
commit b4468313e4
5 changed files with 253 additions and 14 deletions
+2 -1
View File
@@ -351,7 +351,8 @@
"search_engine": "search_std",
"max_results": 5
},
"fetch_limit_bytes": 10485760
"fetch_limit_bytes": 10485760,
"private_host_whitelist": []
},
"cron": {
"enabled": true,