From 8d0d2015d76700a3defac8d767ce8a1c529d585b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 24 Feb 2017 13:53:49 -0800 Subject: We've passed the deadline for allowing unsigned zot finger tokens. It is now a protocol requirement. --- include/zot.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 736712c81..8a2178913 100644 --- a/include/zot.php +++ b/include/zot.php @@ -334,10 +334,7 @@ function zot_refresh($them, $channel = null, $force = false) { } else { logger('No signed token from ' . $url . $rhs, LOGGER_NORMAL, LOG_WARNING); - // after 2017-01-01 this will be a hard error unless you over-ride it. - if((time() > 1483228800) && (! get_config('system','allow_unsigned_zotfinger'))) { - return false; - } + return false; } $x = import_xchan($j, (($force) ? UPDATE_FLAGS_FORCED : UPDATE_FLAGS_UPDATED)); -- cgit v1.2.3