diff options
author | lain <lain@soykaf.club> | 2020-05-06 11:44:30 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-06 11:44:30 +0200 |
commit | 205313e54146c00374e3edfa951132a7229fa16d (patch) | |
tree | db392c5ef71a2a40fb8a041635d2536b34dc454d /docs/configuration | |
parent | 9637cded21cef1e6c531dd46d5f5245c4c3ed03c (diff) | |
parent | 07e7c80bc9e919cd92ca9dda1e21384142e5bd77 (diff) | |
download | pleroma-205313e54146c00374e3edfa951132a7229fa16d.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
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`. |