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.260 ·

New URL validation rejects credentials/backslashes in managed-config URLs

Managed config URLs with embedded credentials or backslashes are now rejected.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaAdmin Settingswhat it touches
KindImprovementsin v2.1.260,
You'll notice No documentation found

Managed config URLs with embedded credentials or backslashes are now rejected.

A new urlWithSchemeCoercion refinement rejects URLs whose authority contains userinfo (user:pass@) or a backslash, replacing the old bare .url() check. Managed config settings that take a URL now fail validation with the message URL must not contain credentials or a backslash in the authority instead of silently accepting a credentialed or spoofable URL.

Read from
Names in the bundleurlWithSchemeCoercion

See this entry in the whole of v2.1.260 →

Feedback