diff options
author | 2023-05-25 15:18:15 +0200 | |
---|---|---|
committer | 2023-05-25 15:18:15 +0200 | |
commit | fc524f8cf16761f949303a96bca14e63c46ceda8 (patch) | |
tree | 7c73a836c4d0d89e3dbc672269ceabad082547e6 /testrig/config.go | |
parent | [bugfix] allow usernames of length 1 (#1823) (diff) | |
download | gotosocial-fc524f8cf16761f949303a96bca14e63c46ceda8.tar.xz |
[feature] Configurable custom css length (#1827)
* [feature] Make accounts custom css length configurable
* test custom css validation
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/config.go b/testrig/config.go index aeac78e3f..36de99338 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -71,6 +71,7 @@ var testDefaults = config.Configuration{ AccountsApprovalRequired: true, AccountsReasonRequired: true, AccountsAllowCustomCSS: true, + AccountsCustomCSSLength: 10000, MediaImageMaxSize: 10485760, // 10mb MediaVideoMaxSize: 41943040, // 40mb |