[freeside-commits] branch FREESIDE_4_BRANCH updated. 8b8f7b84594f0927108f64997f57d7f945686070
Ivan
ivan at 420.am
Fri Oct 23 16:10:51 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 8b8f7b84594f0927108f64997f57d7f945686070 (commit)
from eb8176675b99422a309534808e38d51571228cfe (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 8b8f7b84594f0927108f64997f57d7f945686070
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Oct 23 16:10:50 2015 -0700
deny remote access to elements/*html, RT#23357
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index 3396340..c6b1fd7 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -63,6 +63,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.4.conf | 5 +++++
1 file changed, 5 insertions(+)
More information about the freeside-commits
mailing list