[freeside-commits] branch master updated. 49ba2ca1d1b5e642f0f988e849ca7d1ea89b4dd6
Ivan
ivan at 420.am
Fri Oct 23 16:22:23 PDT 2015
The branch, master has been updated
via 49ba2ca1d1b5e642f0f988e849ca7d1ea89b4dd6 (commit)
from 13537d3d0bcdacb1550b5b59fe08158e75e9443b (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 49ba2ca1d1b5e642f0f988e849ca7d1ea89b4dd6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Oct 23 16:22:19 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