From 4d84a87ce4b93061d46958f70ac9c833caa800cd Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 2 Dec 2010 21:09:55 -0800 Subject: cache result of (expensive) security check for visitor rights begin tightening x-profile security --- mod/redir.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/redir.php') diff --git a/mod/redir.php b/mod/redir.php index 5427d8c78..f95c52c96 100644 --- a/mod/redir.php +++ b/mod/redir.php @@ -27,6 +27,6 @@ function redir_init(&$a) { dbesc($dfrn_id), intval(time() + 45)); goaway ($r[0]['poll'] . '?dfrn_id=' . $dfrn_id - . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . '&type=profile'); + . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . '&type=profile&sec=1'); } -- cgit v1.2.3