Skip to content

Commit 42cf2e7

Browse files
committed
add qic + tweaks
Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>
1 parent 4cc6487 commit 42cf2e7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

LocalSettings.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'webp',
9191
'svg' ];
9292
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
93-
$wgUseInstantCommons = true;
93+
$wgUseInstantCommons = false;
9494
# Periodically send a pingback to https://www.mediawiki.org/ with basic data
9595
# about this MediaWiki instance. The Wikimedia Foundation shares this data
9696
# with MediaWiki developers to help guide future development efforts.
@@ -104,6 +104,7 @@
104104
## be publically accessible from the web.
105105
$wgCacheDirectory = "$IP/cache";
106106
$wgUseFileCache = true;
107+
$wgUseCdn = true;
107108
# Site language code, should be one of the list in ./languages/data/Names.php
108109
$wgLanguageCode = "en";
109110
# Changing this will log out all existing sessions.
@@ -179,6 +180,7 @@
179180
'ParserFunctions',
180181
'PdfHandler',
181182
'Purge',
183+
'QuickInstantCommons',
182184
'Report',
183185
'ReplaceText',
184186
'Scribunto',

0 commit comments

Comments
 (0)