[freeside-commits] branch FREESIDE_4_BRANCH updated. b9af6f7c9396b3000821fdbf3df02bab3cc149ad

Ivan ivan at 420.am
Sun Sep 25 12:26:37 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  b9af6f7c9396b3000821fdbf3df02bab3cc149ad (commit)
      from  9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 (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 b9af6f7c9396b3000821fdbf3df02bab3cc149ad
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 12:26:37 2016 -0700

    apache hates trailing comments

diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index ee716f3..dbf4013 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -20,8 +20,11 @@ PerlAddAuthzProvider user FS::AuthCookieHandler24->authz_handler
 #XXX need to also work properly for installs w/o /freeside/ in path
 PerlSetVar FreesideLoginScript /freeside/loginout/login.html
 
-#PerlSetVar FreesideSecure 1 #disables HTTP, so HTTPS only
-PerlSetVar FreesideHttpOnly 1 #limits cookie theft via JS
+#disables HTTP, so HTTPS only
+#PerlSetVar FreesideSecure 1
+
+#prevents cookie theft via JS
+PerlSetVar FreesideHttpOnly 1
 
 <Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
 
diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf
index 6a1d2fb..f2f4c21 100644
--- a/htetc/freeside-base2.conf
+++ b/htetc/freeside-base2.conf
@@ -18,8 +18,11 @@ PerlModule FS::AuthCookieHandler
 #XXX need to also work properly for installs w/o /freeside/ in path
 PerlSetVar FreesideLoginScript /freeside/loginout/login.html
 
-#PerlSetVar FreesideSecure 1 #disables HTTP, so HTTPS only
-PerlSetVar FreesideHttpOnly 1 #limits cookie theft via JS
+#disables HTTP, so HTTPS only
+#PerlSetVar FreesideSecure 1
+
+#prevents cookie theft via JS
+PerlSetVar FreesideHttpOnly 1
 
 <Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
 

-----------------------------------------------------------------------

Summary of changes:
 htetc/freeside-base2.4.conf |    7 +++++--
 htetc/freeside-base2.conf   |    7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list