Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4062:a496841b596a
mod_watch_spam_reports: Document dependency on mod_spam_reporting
| author | Martin Dosch <martin@mdosch.de> |
|---|---|
| date | Tue, 07 Jul 2020 14:34:24 +0200 |
| 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" }; } ```
