Software / code / prosody-modules
File
mod_readonly/README.markdown @ 5809:076b79eb747f
mod_http_admin_api: Abort request if no valid username
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 07 Dec 2023 15:43:47 +0000 |
| parent | 3437:ce5d1fa69ba3 |
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" }; } ```