From: Erik Moeller Date: Mon, 28 Nov 2005 21:38:09 +0000 (+0000) Subject: explain that uploaded files are not affected by whitelist settings X-Git-Tag: 1.6.0~1100 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=535fbd1c2a4c3295c7315c0e158206386451f11d;p=lhc%2Fweb%2Fwiklou.git explain that uploaded files are not affected by whitelist settings --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a671dd2686..70b1bc05cc 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -749,6 +749,9 @@ $wgBlockAllowsUTEdit = false; # Blocks allow users to edit their own user tal # NOTE: This will only work if $wgGroupPermissions['*']['read'] # is false -- see below. Otherwise, ALL pages are accessible, # regardless of this setting. +# Also note that this will only protect _pages in the wiki_. +# Uploaded files will remain readable. Make your upload +# directory name unguessable, or use .htaccess to protect it. $wgWhitelistRead = false; /**