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
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$
^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$


cdn\.us\.playstation\.com
support\.us\.playstation\.com
webassetsh\.scea\.com
latam-webassets\.scea\.com
latam-webassets\.scea\.com
us\.playstation\.com
soporte\.latam\.playstation\.com
webassetsh\.scea\.com


^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</pre>
#Put all regex fragments above this line. Leave this line exactly as it is</pre>

Latest revision as of 00:02, 20 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$

cdn\.us\.playstation\.com
support\.us\.playstation\.com
webassetsh\.scea\.com
latam-webassets\.scea\.com
soporte\.latam\.playstation\.com

^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