more calendar work, undo strict_privacy flag to use different approach

This commit is contained in:
Friendika 2011-06-08 21:06:02 -07:00
commit df8ac668b8
10 changed files with 119 additions and 51 deletions

View file

@ -192,11 +192,6 @@ function salmon_post(&$a) {
// NOTREACHED
}
// Check if we're allowed to talk to insecure networks
if(get_config('system','strict_privacy'))
salmon_return(400);
require_once('include/items.php');
// Placeholder for hub discovery. We shouldn't find any hubs