aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/network.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: add a way to allowlist all domains from ip validationMohamed Bassem2025-11-221-0/+4
|
* fix: fix crash in crawler on invalid URL in matchesNoProxyMohamed Bassem2025-11-101-3/+9
|
* fix: Stricter SSRF validation (#2082)Mohamed Bassem2025-11-021-0/+419
* fix: Stricter SSRF validation * skip dns resolution if running in proxy context * more fixes * Add LRU cache * change the env variable for internal hostnames * make dns resolution timeout configerable * upgrade ipaddr * handle ipv6 * handle proxy bypass for request interceptor