MediaWiki:External image whitelist: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(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 (hotl...")
 
mNo edit summary
Line 9: Line 9:
^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$
^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$


latam-webassets\.scea\.com
^http://cdn\.us\.playstation\.com/pscomauth/groups/public/documents/webasset/.png$
us\.playstation\.com
^https?://support\.us\.playstation\.com/euf/assets/images/.png$
webassetsh\.scea\.com
^http://webassetsh\.scea\.com/pscomauth/groups/public/documents/webasset/.png$
 
^http://latam-webassets\.scea\.com/latamucm/groups/public/documents/webasset/.png$
^http://soporte\.latam\.playstation\.com/euf/assets/images/.png$


#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>

Revision as of 23:52, 19 April 2015

#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

#Used on [[Manual:$wgAllowExternalImages]] to show an example, so it'd be nice if said example worked
^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$

^http://cdn\.us\.playstation\.com/pscomauth/groups/public/documents/webasset/.png$
^https?://support\.us\.playstation\.com/euf/assets/images/.png$
^http://webassetsh\.scea\.com/pscomauth/groups/public/documents/webasset/.png$
^http://latam-webassets\.scea\.com/latamucm/groups/public/documents/webasset/.png$
^http://soporte\.latam\.playstation\.com/euf/assets/images/.png$

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