[freeside-commits] branch FREESIDE_4_BRANCH updated. 16cfc0a3b9efd50ba709426cb029630d6ea793b1
Ivan
ivan at 420.am
Fri Oct 23 16:22:40 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 16cfc0a3b9efd50ba709426cb029630d6ea793b1 (commit)
from 42bbc8151e118aabb80b8a1e1253a81dc82cd7ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 16cfc0a3b9efd50ba709426cb029630d6ea793b1
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Oct 23 16:22:35 2015 -0700
deny remote access to elements/*html, RT#23357
diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf
index e2d507a..e981ef2 100644
--- a/htetc/freeside-base2.conf
+++ b/htetc/freeside-base2.conf
@@ -48,6 +48,11 @@ PerlSetVar FreesideHttpOnly 1
<Files "freeside.css">
Satisfy any
</Files>
+
+ <Files ~ "(\.html)$">
+ Deny from all
+ SetHandler None
+ </Files>
</Directory>
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/Helpers/>
-----------------------------------------------------------------------
Summary of changes:
htetc/freeside-base2.conf | 5 +++++
1 file changed, 5 insertions(+)
More information about the freeside-commits
mailing list