Make the proxy functionality optional
This commit is contained in:
parent
225d368139
commit
bdb5aa6bd9
8 changed files with 225 additions and 200 deletions
|
@ -164,6 +164,10 @@ return [
|
|||
// Comma separated list of tags that are rejected.
|
||||
'relay_deny_tags' => '',
|
||||
|
||||
// proxify_content (Boolean)
|
||||
// Use the proxy functionality for fetching external content
|
||||
'proxify_content' => true,
|
||||
|
||||
// relay_directly (Boolean)
|
||||
// Directly transmit content to relay subscribers without using a relay server
|
||||
'relay_directly' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue