]> 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 3a552eb10188ccc4af87704fd750fcd05772310f..c7c9810706ed883c6a08aedf5bf2a9c81f8be58f 100644 (file)
@@ -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',
   ),
 );