mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 03:22:24 -05: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
|
|
@ -433,6 +433,13 @@ accounts-reason-required: true
|
|||
# Default: false
|
||||
accounts-allow-custom-css: false
|
||||
|
||||
# Int. If accounts-allow-custom-css is true, this is the permitted length in characters for
|
||||
# CSS uploaded by accounts on this instance. No effect if accounts-allow-custom-css is false.
|
||||
#
|
||||
# Examples: [500, 5000, 9999]
|
||||
# Default: 10000
|
||||
accounts-custom-css-length: 10000
|
||||
|
||||
########################
|
||||
##### MEDIA CONFIG #####
|
||||
########################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue