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.

This commit is contained in:
friendica
2013-12-27 21:19:23 -08:00
parent c59688553c
commit 121ee48963
102 changed files with 2629 additions and 2311 deletions

View File

@@ -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']);
}