MediaWiki:External image whitelist

Revision as of 13:42, 16 December 2024 by Im Wired In (talk | contribs) (Created page with " #Leave this line exactly as it is<pre> #Put regular expression fragments (just the part that goes between the //) below #These will be matched with the URLs of external (hotlinked) images #Those that match will be displayed as images, otherwise only a link to the image will be shown #Lines beginning with # are treated as comments #This is case-insensitive # -------------------------------------------------------------------------------- # !!! Security Warning !!! # Mak...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

#Leave this line exactly as it is

#Put regular expression fragments (just the part that goes between the //) below
#These will be matched with the URLs of external (hotlinked) images
#Those that match will be displayed as images, otherwise only a link to the image will be shown
#Lines beginning with # are treated as comments
#This is case-insensitive

# --------------------------------------------------------------------------------
# !!! Security Warning !!!
# Make sure all fragments have a / after their domain name
# otherwise other domains can still match these fragments
# 
# Bad:
#   wikipedia\.org           -> matches wikipedia.org.example.com
#
# Good:
#   wikipedia\.org/          -> trailing backslash
#   wikimedia\.org/wikipedia -> does not need a trailing backslash due to the
#                               presence of the path
# --------------------------------------------------------------------------------

# Wikimedia sites
upload\.wikimedia\.org/wikipedia
wikipedia\.org/

# Image hosting sites that allow hotlinking
^https://imageshack\.(us|com)/
^https://i\d{2,5}\.photobucket\.com/
^https://i\.imgur\.com/
^https://puu\.sh/
^https://s\dd\d\.turboimg\.net/
^https://dl\.dropboxusercontent\.com/
^https://cdn\.discordapp\.com/attachments/\d+/\d+/

#Put all regex fragments above this line. Leave this line exactly as it is