Manual:$wgAllowExternalImagesFrom/es

Category:MediaWiki configuration settings/es#AllowExternalImagesFromCategory:MediaWiki configuration settings introduced in version 1.6.0/es#AllowExternalImagesFromCategory:MediaWiki configuration settings still in use/es#AllowExternalImagesFromCategory:Parser variables/es#AllowExternalImagesFrom
Parser: $wgAllowExternalImagesFrom
If $wgAllowExternalImages is false, you can specify exceptions here.
Introducido en la versión:1.6.0 (r11531)
Eliminado en la versión:aún se usa
Valores permitidos:(array) (1.14+)
(string) (1.6-1.13)
Valor predeterminado:''

Detalles

If $wgAllowExternalImages is false, you can specify an exception here. Image URLs that start with this string are then rendered, while all others are not. You can use this to set up a trusted, simple repository of images. As of r40310 (1.14.0), this may be an array of strings.

Ejemplo

$wgAllowExternalImagesFrom = 'http://127.0.0.1/';
$wgAllowExternalImagesFrom = [
    'http://127.0.0.1/',
    'https://www.example.com/'
];

Véase también

Category:MediaWiki configuration settings/es Category:MediaWiki configuration settings introduced in version 1.6.0/es Category:MediaWiki configuration settings still in use/es Category:Parser variables/es