More actions
m (→Filter request) Tag: 2017 source edit |
m (→Filter request) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
== Filter request == | == Filter request == | ||
Create a filter that would '''block''' <s>users</s> spambots who insert HTML line breaks on their user pages (or in an unlikely scenario, articles), as the CAPTCHA is not very effective. The rules for the filter would look like this: | Create a [[Special:AbuseFilter|filter]] that would '''block''' <s>users</s> spambots who insert HTML line breaks on their user pages (or in an unlikely scenario, articles), as the CAPTCHA is not very effective. The rules for the filter would look like this: | ||
<pre> | <pre> | ||
equals_to_any(page_namespace, 0, 2) & | equals_to_any(page_namespace, 0, 2) & |
Latest revision as of 04:17, 18 January 2025
Filter request
Create a filter that would block users spambots who insert HTML line breaks on their user pages (or in an unlikely scenario, articles), as the CAPTCHA is not very effective. The rules for the filter would look like this:
equals_to_any(page_namespace, 0, 2) & length(added_lines) == 1 count('<br>', added_lines) > 1
This is a modified version of this filter, which is used across WMF wikis, such as Wikipedia. --Cat (Meow) 04:14, 18 January 2025 (UTC)