You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ssrf.allowRanges config to exempt CIDR ranges (e.g. 198.18.0.0/15) from the SSRF guard, so fetch_content/web_search work on hosts whose network proxy runs in TUN + fake-IP mode (Surge, Clash, Mihomo, Stash, ...) where public domains resolve into a synthetic reserved range. Off by default. Thanks @TianZuo555 for reporting #101 and PR #102.
Fixed
Hardened ssrf.allowRanges validation to reject all-address /0 CIDRs and non-string entries.