view mod_readonly/README.markdown @ 3579:b5511c48c958

mod_http_muc_log: Add table header and body tags for improved semantics
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 12:59:06 +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" };
}
```