SIGN IN SIGN UP

fix: allow multiple context providers of the same type in config.yaml (#11853)

The BlockDuplicationDetector used only the `provider` field as the
deduplication key for context entries, so multiple HTTP context providers
with different URLs/titles were collapsed to just the first one.

Use `name ?? params.title ?? provider` as the key instead, matching
how HTTP context providers identify themselves via params.title.

Fixes #9416
D
Dallin Romney committed
030a325cd51967a926101dda200be87784b15dfb
Parent: 2bd3eaa
Committed by GitHub <noreply@github.com> on 3/25/2026, 11:47:08 PM