view mod_readonly/README.markdown @ 4724:b125db92bac6

mod_muc_http_auth: Add missing import
author JC Brand <jc@opkode.com>
date Mon, 25 Oct 2021 16:47:44 +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" };
}
```