From 121ee48963f7da0aec45b94163d68f23a36c7744 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 27 Dec 2013 21:19:23 -0800 Subject: sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update. --- mod/sslify.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/sslify.php b/mod/sslify.php index 84afec6dc..ed06d87c1 100644 --- a/mod/sslify.php +++ b/mod/sslify.php @@ -15,7 +15,10 @@ function sslify_init(&$a) { echo $x['body']; killme(); } - + killme(); + // for some reason when this fallback is in place - it gets triggered + // often, (creating mixed content exceptions) even though there is + // nothing obvious missing on the page when we bypass it. goaway($_REQUEST['url']); } -- cgit v1.2.3