MediaWiki:External image whitelist
#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 (hot-linked) 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 #Exmaple Used on [[Manual:$wgAllowExternalImages]] to show an example, so it'd be nice if said example worked #Example: ^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$ # Example Specific JPG from Galaxy Legion Site # Example: ^https?://galaxylegion\.erismedia\.netdna-cdn\.com/galaxylegion/images/missions/tonm.jpg # Adding All Image Files on Official Galaxy Legion Site: ^https?://galaxylegion\.erismedia\.netdna-cdn\.com\/.*(\.png$|\.jpg$|\.gif$|\.bmp$) ^https?://galaxylegion\-erismedia\.netdna-ssl\.com\/.*(\.png$|\.jpg$|\.gif$|\.bmp$) # https://galaxylegionfb.com/galaxylegion/images/icons/credits.png ^https?://galaxylegionfb\.com\/.*(\.png$|\.jpg$|\.gif$|\.bmp$) ^https?://galaxylegion\.com\/.*(\.png$|\.jpg$|\.gif$|\.bmp$) #Put all regex fragments above this line. Leave this line exactly as it is