From afa282f0ad2a7155766a69b605e27347d6c5f6fb Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 10 Feb 2009 17:11:52 +0000 Subject: added sanity check for images in is_allowed_filetype() using getimagesize() --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index c66ff2314..cb9a370bf 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -95,6 +95,7 @@ SVN Revision:

  • Added 'application/msexcel' to config/mimes.php for .xls files.
  • Added 'proxy_ips' config item to whitelist reverse proxy servers from which to trust the HTTP_X_FORWARDED_FOR header to to determine the visitor's IP address.
  • +
  • Improved accuracy of Upload::is_allowed_filetype() for images (#6715)
  • -- cgit v1.2.3-24-g4f1b