Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

URL trust check simplified — 'reserved name' special case removed

URL trust checks simplified, dropping a separate 'reserved name' special case

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

URL trust checks simplified, dropping a separate 'reserved name' special case

What

The internal check for whether a URL points to a trusted internal link is now a single combined check: it verifies the protocol is https:, runs a link-eligibility check, and confirms the path matches an allowed list of prefixes. A previous special case that separately handled certain 'reserved name' paths through its own dedicated function has been removed.

Why

This simplifies the trust logic for internal links into one consistent rule, removing a separate carve-out that existed before.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't say what the removed 'reserved name' case covered or whether its behavior is now fully absorbed by the remaining checks.

See this entry in the whole of v2.1.267 →

Feedback