Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4289:de91b7cb7342
mod_sentry: Fix to correctly iterate over traceback
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 09 Dec 2020 16:22:22 +0000 |
| parents | ce5d1fa69ba3 |
| children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```
