Abuse filter management

From NSV13
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigationJump to search

Differences between versions

ItemVersion from 16:16, 26 November 2020 by BokkiewokkieVersion from 23:25, 26 November 2020 by Francinum
Basic information
Notes:
 
Stops spambots from only making a user page with a link.
 
Stops spambots from only making a user page with a link.
 +
 +
-LOG-
 +
 +
Modified to test directly for references to http instead of only secure sites. -Francinum
Filter conditions
Conditions:
 
! "confirmed" in user_groups &
 
! "confirmed" in user_groups &
 
page_id == 0 &
 
page_id == 0 &
page_namespace == 2 &
+
page_namespace == 2 & /* It's possible this is unnecessary and maybe even actively unhelpful, but we shall see.*/
added_lines contains "https://"
+
added_lines contains "http"