[vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. cf45656e4b2df790a81e427a23af3bb5192fb3fb |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. cf45656e4b2df790a81e427a23af3bb5192fb3fb
- From: git@xxxxxxxxxxxxx
- Date: Sat, 07 May 2016 00:43:25 +0200
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "vhffs4/vhffs.git".
The branch, master has been updated
via cf45656e4b2df790a81e427a23af3bb5192fb3fb (commit)
via eac06e85ba62b1af01db7a7a64d2de7b0db242a1 (commit)
from bb76d67e74ef27e2877dbde362e9f86496dfbde2 (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 cf45656e4b2df790a81e427a23af3bb5192fb3fb
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Fri May 6 22:39:46 2016 +0000
panel,public: prevent usage of CGI passed URL paramater
Panel and public parts might be running behind a https offloader, in this
case the CGI passed URL parameter might be set to a http address, which
is wrong, we removed all usage of this value to fix issues. Prevent usage
of CGI passed URL paramater by removing it from all functions where it
was previously passed.
commit eac06e85ba62b1af01db7a7a64d2de7b0db242a1
Author: François Mazen <tuxfamily@xxxxxx>
Date: Fri May 6 22:28:27 2016 +0000
public: fix mixed-content in pager when public part is running behind a https offloader
Public part is using the URL passed in CGI for pagers, however this URL might
be set to a http address when the public part is running behind a https
offloader, making those addresses false. Fix it by removing the url from
output, browser is smart enough to prepend with the correct one.
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs/Panel.pm | 1 -
vhffs-api/src/Vhffs/Panel/Commons.pm | 5 ++---
vhffs-api/src/Vhffs/Panel/Public.pm | 11 ++++-------
vhffs-public/templates/common/pager.tt | 12 ++++++------
4 files changed, 12 insertions(+), 17 deletions(-)
hooks/post-receive
--
vhffs4/vhffs.git