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 08:15, 25 January 2020 by ~rileyVersion from 08:16, 25 January 2020 by ~riley
Basic information
Notes:
Testing the addition of {{http://}}
Testing the addition of {{http://}}
: added_lines is still broken, using not-in-old+in-new hack instead. -- Krinkle 2011-01-04
: added_lines is still broken, using not-in-old+in-new hack instead. -- Krinkle 2011-01-04
Changed filter to match https:// as well and check only action = edit. --Steinsplitter
Changed filter to match https:// as well and check only action = edit. --Steinsplitter
Don't match {{{. See [[Special:Diff/340093842]] -- 4nn1l2 2019-02-22
Don't match {{{. See [[Special:Diff/340093842]] -- 4nn1l2 2019-02-22
Exempt sysop/bot usergroups, warning archivebot.
Exempt sysop/bot usergroups, warning archivebot. -- riley 2020-01-25
Filter conditions
Conditions:
(documentation)
(condition usage)
action == "edit"
action == "edit"
& (new_wikitext irlike "\{\{https?:\/\/"
& (new_wikitext irlike "\{\{https?:\/\/"
   &! old_wikitext irlike "\{\{https?:\/\/"
   &! old_wikitext irlike "\{\{https?:\/\/"
   &! new_wikitext irlike "\{\{\{https?:\/\/")
   &! new_wikitext irlike "\{\{\{https?:\/\/")
   &!(contains_any(user_groups, "sysop", "bot"))
   &! (contains_any(user_groups, "sysop", "bot"))