diff options
author | lain <lain@soykaf.club> | 2020-07-09 13:09:31 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-09 13:09:31 +0000 |
commit | f4469dc7419288a46512ea5cae6ffe32de5d47c2 (patch) | |
tree | 554899b657aee1e79ec50f58d989ee4089e2b657 /docs/configuration/cheatsheet.md | |
parent | bdc7b60610af7e1c9df7f01aa94c8992a3d6a516 (diff) | |
parent | 31fef95e35d3cbc2d65c76a57ba8f4047809ce1b (diff) | |
download | pleroma-f4469dc7419288a46512ea5cae6ffe32de5d47c2.tar.gz |
Merge branch 'features/favicons' into 'develop'
Add support for remote favicons
See merge request pleroma/pleroma!2261
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index d0a57928c..d775534b6 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -988,3 +988,9 @@ Note: setting `restrict_unauthenticated/timelines/local` to `true` has no practi ## Pleroma.Web.ApiSpec.CastAndValidate * `:strict` a boolean, enables strict input validation (useful in development, not recommended in production). Defaults to `false`. + +## :instances_favicons + +Control favicons for instances. + +* `enabled`: Allow/disallow displaying and getting instances favicons |