view mod_readonly/README.markdown @ 4301:bcb2b9adfcde

mod_muc_http_auth: Use get_option_set API properly
author Seve Ferrer <seve@delape.net>
date Tue, 15 Dec 2020 14:16:11 +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" };
}
```