view mod_readonly/README.markdown @ 4111:ae2699f1cba9

mod_register_apps: Don't duplicate client entries on module reload
author Matthew Wild <mwild1@gmail.com>
date Sat, 12 Sep 2020 08:23:09 +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" };
}
```