Background
@Ladsgroup introduced (T337431, T279275) Special:BlockedExternalDomains during Wikimedia-Hackathon-2023. The special page manages spam blacklists at individual wikis. It stores the list of blocked domains on-wiki as JSON, see https://cs.wikipedia.org/wiki/MediaWiki:BlockedExternalDomains.json as an example.
Problem
Special:BlockedExternalDomains predates CommunityConfiguration the extension by a year or so. Hence, it includes its own implementation of the wiki page integration. In addition to that, Special:BlockedExternalDomains does not appear in https://en.wikipedia.org/wiki/Special:CommunityConfiguration, reducing its discoverability.
Solution
Integrate Special:BlockedExternalDomains with CommunityConfiguration. This should be fairly straightforward, given there is already a JSON document on the wikis. In addition to helping with discoverability, it would also simplify the code in AbuseFilter.




