From 535fbd1c2a4c3295c7315c0e158206386451f11d Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Mon, 28 Nov 2005 21:38:09 +0000 Subject: [PATCH] explain that uploaded files are not affected by whitelist settings --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) 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; /** -- 2.20.1