aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/network.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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