Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4845:6e17df6becec
mod_bookmarks2: Actually fix the right wrong codepath
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 04 Jan 2022 22:59:24 +0100 |
| 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" }; } ```
