summaryrefslogtreecommitdiff
path: root/testrig/config.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-05-25 15:18:15 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-25 15:18:15 +0200
commitfc524f8cf16761f949303a96bca14e63c46ceda8 (patch)
tree7c73a836c4d0d89e3dbc672269ceabad082547e6 /testrig/config.go
parent[bugfix] allow usernames of length 1 (#1823) (diff)
downloadgotosocial-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.go1
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