view mod_readonly/README.markdown @ 3711:309fa523c424

mod_conversejs: Update compatibility section, pretty sure it works with 0.11
author Kim Alvefur <zash@zash.se>
date Fri, 11 Oct 2019 11:02:55 +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" };
}
```