MediaWiki:External image whitelist
Thaumanovic (Talk | contribs) (Add new CDN and clean up) |
Thaumanovic (Talk | contribs) m (Remove comments?) |
||
Line 8: | Line 8: | ||
#Example Used on [[Manual:$wgAllowExternalImages]] to show an example, so it'd be nice if said example worked | #Example Used on [[Manual:$wgAllowExternalImages]] to show an example, so it'd be nice if said example worked | ||
- | + | ^https:\/\/galaxylegionfb\.com\/images\/(?:.*)\.(?:jpg|png|gif)$ | |
- | + | ^https:\/\/galaxylegionfb\.com\/images\/(?:.*)\.(?:jpg|png|gif)$ | |
- | + | ^https:\/\/galaxylegion1-1faae\.kxcdn\.com\/images\/(?:.*)\.(?:jpg|png|gif)$ | |
- | + | ||
- | + | ||
#Put all regex fragments above this line. Leave this line exactly as it is</pre> | #Put all regex fragments above this line. Leave this line exactly as it is</pre> | ||
[[Category:AdminPages]] | [[Category:AdminPages]] |
Revision as of 14:45, 22 November 2023
#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 #Example Used on [[Manual:$wgAllowExternalImages]] to show an example, so it'd be nice if said example worked ^https:\/\/galaxylegionfb\.com\/images\/(?:.*)\.(?:jpg|png|gif)$ ^https:\/\/galaxylegionfb\.com\/images\/(?:.*)\.(?:jpg|png|gif)$ ^https:\/\/galaxylegion1-1faae\.kxcdn\.com\/images\/(?:.*)\.(?:jpg|png|gif)$ #Put all regex fragments above this line. Leave this line exactly as it is