Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5171:1682166171ff
Strip images from XHTML-IM as well
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Mon, 20 Feb 2023 13:41:46 -0500 |
| 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" }; } ```
