aboutsummaryrefslogtreecommitdiffstats
path: root/mod/sslify.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/sslify.php')
-rw-r--r--mod/sslify.php5
1 files changed, 4 insertions, 1 deletions
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']);
}