diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 05:56:24 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 06:28:40 +0200 |
commit | 312fc55f14e1b7f88ec43b72c577bf5df595beac (patch) | |
tree | 78dcafbc755dfabea5fd201f5e46a887c0db0b7e /docs/configuration/cheatsheet.md | |
parent | 8c9df2d2e6a5a3639f6b411cd3e9b57248a0650c (diff) | |
download | pleroma-312fc55f14e1b7f88ec43b72c577bf5df595beac.tar.gz pleroma-312fc55f14e1b7f88ec43b72c577bf5df595beac.zip |
Add [:instances_favicons, :enabled] setting, defaults to false
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 6b640cebc..7a3200e01 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -987,3 +987,9 @@ Restrict access for unauthenticated users to timelines (public and federate), us ## 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 |