mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
[feature] Allow turning empty user-agent filtering off
This commit is contained in:
parent
10b8d270f2
commit
6df577696b
9 changed files with 101 additions and 12 deletions
|
|
@ -127,6 +127,7 @@ EXPECT=$(cat << "EOF"
|
|||
"nl",
|
||||
"en-GB"
|
||||
],
|
||||
"instance-reject-empty-user-agents": false,
|
||||
"instance-stats-mode": "baffle",
|
||||
"instance-subscriptions-process-every": 86400000000000,
|
||||
"instance-subscriptions-process-from": "23:00",
|
||||
|
|
@ -264,6 +265,7 @@ GTS_INSTANCE_FEDERATION_SPAM_FILTER=true \
|
|||
GTS_INSTANCE_DELIVER_TO_SHARED_INBOXES=false \
|
||||
GTS_INSTANCE_INJECT_MASTODON_VERSION=true \
|
||||
GTS_INSTANCE_LANGUAGES="nl,en-gb" \
|
||||
GTS_INSTANCE_REJECT_EMPTY_USER_AGENTS="false" \
|
||||
GTS_INSTANCE_STATS_MODE="baffle" \
|
||||
GTS_ACCOUNTS_ALLOW_CUSTOM_CSS=true \
|
||||
GTS_ACCOUNTS_CUSTOM_CSS_LENGTH=5000 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue