Abuse filter management

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

Differences between versions

ItemVersion from 23:54, 14 April 2020 by K6kaVersion from 23:06, 15 April 2020 by K6ka
Basic information
Notes:
 
+
Since ShoutWiki has no distinction between newly registered and autoconfirmed users, all non-sysop edits are going to have to be blocked. --k6ka @ Apr 15 2020
Filter conditions
Conditions:
page_namespace == 3 &
+
page_namespace == 2 &
!("confirmed" in user_groups) & (
+
!("sysop" in user_groups) & (
 
   contains_any(lcase(added_lines), "http://", "https://" )
 
   contains_any(lcase(added_lines), "http://", "https://" )
 
   )
 
   )