From f298fc2a2d004d0dfb7cbb37fffc45ebbf39c4d8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 9 Dec 2010 22:50:52 +0000 Subject: [PATCH] BUGFIX Disallow web access to cms/silverstripe_version to avoid information leakage git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@114770 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 3 +++ web.config | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 web.config diff --git a/.htaccess b/.htaccess index fad44ccd..81e3ed4a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,6 @@ Deny from all + + + Deny from all \ No newline at end of file diff --git a/web.config b/web.config new file mode 100644 index 00000000..0e3d0aad --- /dev/null +++ b/web.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file