A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgAllowExternalImagesFrom below:

Manual:$wgAllowExternalImagesFrom - MediaWiki

Languages:

Parser: $wgAllowExternalImagesFrom If $wgAllowExternalImages is false, you can specify exceptions here.
Introduced in version: 1.6.0 (r11531) Removed in version: Still in use Allowed values: (array) (1.14+)
(string) (1.6-1.13) Default value: '' Other settings: Alphabetical | By function Details[edit]

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.

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4