Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.186 Home All releases olderv2.1.185 v2.1.187newer
Claude Code v2.1.186

Network strictAllowlist Setting

A new boolean field in the network settings block makes the domain allowlist strictly enforced — hosts not in allowedDomains are denied without asking the user.

Details
  • When strictAllowlist: true, any outbound host not matched by allowedDomains is immediately denied. The ask callback is never consulted.
  • Useful when allowedDomains is a policy control rather than a convenience hint, and you do not want Claude to prompt for unlisted hosts.
  • Complements the existing deniedDomains list.
Evidence

New strictAllowlist field in network settings schema (search for "If true, hosts not in allowedDomains are denied without consulting the ask callback.")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.186 →