forked from GNUsocial/gnu-social
Don't publish mbox_sha1sum in FOAF by default.
We say the email is private data, so reasonably we shouldn't reveal it indirectly through a hash sum: http://xmlns.com/foaf/spec/#term_mbox_sha1sum
This commit is contained in:
@@ -142,6 +142,10 @@ $default =
|
||||
'path' => $_path . '/avatar/',
|
||||
'ssl' => null,
|
||||
'maxsize' => 300),
|
||||
'foaf' =>
|
||||
array(
|
||||
'mbox_sha1sum' => false,
|
||||
),
|
||||
'public' =>
|
||||
array('localonly' => false,
|
||||
'blacklist' => array(),
|
||||
|
||||
Reference in New Issue
Block a user