Mercurial > prosody-modules
view mod_readonly/README.markdown @ 4152:87daef9ed4e7
Improve mod_firewall readme
| author | Christian Weiske <cweiske@cweiske.de> |
|---|---|
| date | Mon, 21 Sep 2020 21:57:25 +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" }; } ```
