mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 01:07:28 -06:00
[feature] Configurable custom css length (#1827)
* [feature] Make accounts custom css length configurable * test custom css validation
This commit is contained in:
parent
45f961a9fe
commit
fc524f8cf1
9 changed files with 174 additions and 89 deletions
|
|
@ -65,6 +65,7 @@ var Defaults = Configuration{
|
|||
AccountsApprovalRequired: true,
|
||||
AccountsReasonRequired: true,
|
||||
AccountsAllowCustomCSS: false,
|
||||
AccountsCustomCSSLength: 10000,
|
||||
|
||||
MediaImageMaxSize: 10 * bytesize.MiB,
|
||||
MediaVideoMaxSize: 40 * bytesize.MiB,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue