view mod_readonly/README.markdown @ 3976:3e4904cd7021

Merge
author JC Brand <jc@opkode.com>
date Fri, 17 Apr 2020 17:20:51 +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" };
}
```