Abuse filter management

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

Back to filter editor | Back to filter history

Differences between versions

ItemVersion from 18:25, 22 June 2016 by KatzeusVersion from 12:53, 21 February 2019 by Katzeus
Basic information

Description:

(publicly viewable)
 
Adding external images/links
 
Adding external images/links
Flags:
 
Enabled
 
Enabled
Notes:
  
Filter conditions
Conditions:
article_namespace == 0 &
+
user_editcount < 10 &
(  
+
((count("http://", string(added_lines)) > 0) |
  ! "autoconfirmed" in user_groups &
+
(count("https://", string(added_lines)) > 0)) & !(count("starbound", string(added_lines)) > 0)
  (
+
    added_lines irlike "(<img|<a href|([^\[]|\[\[(File:|Image:)?)https?://[\S]*?\.(jpe?g|png|gif|bmp))" &
+
    (
+
      ! removed_lines irlike "(<img|<a href|([^\[]|\[\[(File:|Image:)?)https?://[\S]*?\.(jpe?g|png|gif|bmp))" &
+
      (
+
        rcount( "external ?(media|image|audio|video)|<ref>|{{cite", lcase(added_lines) ) <=
+
        rcount( "external ?(media|image|audio|video)|<ref>|{{cite", lcase(removed_lines) )
+
      )
+
    )
+
  )
+
)
+
Actions taken when matched
Actions taken when matched
 +
Disallow
 
Tag: external
 
Tag: external

Newer change →