1
0
Fork 0

Option to store untrusted entries

This commit is contained in:
Michael 2022-07-24 19:31:31 +00:00
commit 5ab94ea921
2 changed files with 16 additions and 25 deletions

View file

@ -666,6 +666,10 @@ return [
// Logs every call to /inbox as a JSON file in Friendica's temporary directory
'ap_inbox_log' => false,
// ap_inbox_store_untrusted (Boolean)
// Store untrusted content in the inbox entries
'ap_inbox_store_untrusted' => false,
// total_ap_delivery (Boolean)
// Deliver via AP to every possible receiver and we suppress the delivery to these contacts with other protocols
'total_ap_delivery' => false,