X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdescription.exs;h=1b2afebef0cc923a4eedd61ab52ffe05d0fb4e0d;hb=df846eda71a90e7764353f0557b43bbbee42a640;hp=d7788a63d2f66cecc635317378cab20f1cb6bd9d;hpb=b1c29e2de8a02ef3093387c1454d290a92fbdef8;p=akkoma diff --git a/config/description.exs b/config/description.exs index d7788a63d..1b2afebef 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3195,5 +3195,19 @@ config :pleroma, :config_description, [ ] } ] + }, + %{ + group: :pleroma, + key: Pleroma.Web.ApiSpec.CastAndValidate, + type: :group, + children: [ + %{ + key: :strict, + type: :boolean, + description: + "Enables strict input validation (useful in development, not recommended in production)", + suggestions: [false] + } + ] } ]