view mod_readonly/README.markdown @ 4198:b1a5c2ee49c4

mod_http_index,muc_log: More CSS tweaks
author Kim Alvefur <zash@zash.se>
date Tue, 13 Oct 2020 18:37:16 +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" };
}
```