File

mod_readonly/README.markdown @ 4191:e2728b540223

Merge
author JC Brand <jc@opkode.com>
date Mon, 12 Oct 2020 18:04:05 +0200
parent 3437:ce5d1fa69ba3
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" };
}
```