MediaWiki:Titleblacklist: Difference between revisions

+
rearrange, +1
Line 3: Line 3:
# This is case-insensitive by default.
# This is case-insensitive by default.


# Prevent "wiki/foo" titles (maybe inadvertent)
Wiki\/.*
# Titles ending in a forward slash
.*\/
# Attempts to verify with google analytics
.*[Gg]oogle[A-Za-z0-9]*\.html*
# Generic file names
File:(File|Example|Image)\..*
# inappropriate usernames and/or pages
.*[卍卐࿕࿖࿗࿘☭☠🖕].* <casesensitive> # Swastikas, hammer-and-sickle, skull-and-crossbones, middle finger
.*[卍卐࿕࿖࿗࿘☭☠🖕].* <casesensitive> # Swastikas, hammer-and-sickle, skull-and-crossbones, middle finger
# inappropriate usernames
.*AIDS.*                                <newaccountonly|casesensitive>
.*AIDS.*                                <newaccountonly|casesensitive>
.*ASS+HO+L+E.*                          <antispoof>
.*ASS+HO+L+E.*                          <antispoof>
Line 31: Line 42:
.*orgasm.*                              <newaccountonly|antispoof>
.*orgasm.*                              <newaccountonly|antispoof>
.*scr[o0]tum.*                          <newaccountonly>
.*scr[o0]tum.*                          <newaccountonly>
# Prevent "wiki/foo" titles (maybe inadvertent)
Wiki\/.*
# Titles ending in a forward slash
.*\/
# Attempts to verify with google analytics
.*[Gg]oogle[A-Za-z0-9]*\.html*