From ed9ccfaa2f9e8762c5f417f33ce3986ff79bb306 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 20 Sep 2016 23:49:00 +0000 Subject: [PATCH] switch wiki logo to https --- roles/mediawiki/templates/LocalSettings.php.fp.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index cffcff7571..0feba91b9b 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -482,7 +482,7 @@ $wgAllowUserJs = true; $wgEnableWriteAPI = true; -$wgLogo = "http://fedoraproject.org/static/images/fedora-logo.png"; +$wgLogo = "https://fedoraproject.org/static/images/fedora-logo.png"; ### LOCKDOWN PERMISSIONS ### $wgGroupPermissions['Legal']['read'] = true;