view mod_readonly/README.markdown @ 4176:0016618e0975

mod_conversejs: Automatically register as a site app (see mod_register_apps)
author Matthew Wild <mwild1@gmail.com>
date Tue, 06 Oct 2020 16:07:43 +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" };
}
```