aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-05-05 14:44:29 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-05-05 15:01:33 +0400
commitcc922e7d8ccbf22a0f7e0898a6ff4639123f0c7f (patch)
tree346c245d940aea01815809946afe0d1f5b17c5bd /docs/configuration
parent1cb89aac1eef7711aa7950fe03e02e24bc665317 (diff)
downloadpleroma-cc922e7d8ccbf22a0f7e0898a6ff4639123f0c7f.tar.gz
Document configuration for Pleroma.Web.ApiSpec.CastAndValidate
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 681ab6b93..705c4c15e 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -924,4 +924,8 @@ Restrict access for unauthenticated users to timelines (public and federate), us
* `remote`
* `activities` - statuses
* `local`
- * `remote` \ No newline at end of file
+ * `remote`
+
+## Pleroma.Web.ApiSpec.CastAndValidate
+
+* `:strict` a boolean, enables strict input validation (useful in development, not recommended in production). Defaults to `false`.