]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/mw-ext-TitleBlacklist.inc.php.erb
Convert more URLs to https
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-TitleBlacklist.inc.php.erb
index 6e6d7ed686b4986ed5dbb8febeabab9d36e54e00..c7c9810706ed883c6a08aedf5bf2a9c81f8be58f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 # DO NOT EDIT - This file is being maintained by Chef
-wfLoadExtension( 'TitleBlacklist' );
+require_once($IP .'/extensions/TitleBlacklist/TitleBlacklist.php');
 $wgTitleBlacklistSources = array(
   array(
     'type' => TBLSRC_LOCALPAGE,
@@ -8,6 +8,6 @@ $wgTitleBlacklistSources = array(
   ),
   array(
     'type' => TBLSRC_URL,
-    'src'  => 'http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw',
+    'src'  => 'https://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw',
   ),
 );