Page MenuHomePhabricator

Ensure temporary users are blocked by configured IP blocks
Closed, ResolvedPublic

Description

From the parent task:

  • Should blocked IPs defined in DnsBlacklistUrls and SoftBlockRanges apply to temporary account users?

If they apply to unregistered editors at present then they should also apply to temporary accounts.

Temporary users should be blocked if their IP address is listed in $wgDnsBlacklistUrls or $wgSoftBlockRanges.

Event Timeline

Change 946536 had a related patch set uploaded (by Tchanders; author: Tchanders):

[mediawiki/core@master] Ensure temporary users are blocked by configured IP blocks

https://gerrit.wikimedia.org/r/946536

Change 946536 merged by jenkins-bot:

[mediawiki/core@master] Ensure temporary users are blocked by configured IP blocks

https://gerrit.wikimedia.org/r/946536

dom_walden subscribed.

I checked that $wgDnsBlacklistUrls and $wgSoftBlockRanges block IPs and temporary users doing various different actions.

I also tested them alongside other types of blocks (e.g. database, global) to test composite blocks.

I also tested database and global blocks on beta for regression purposes.

Test environment: local docker MediaWiki 1.41.0-alpha (af6440a) 06:52, 14 August 2023.