view mod_readonly/README.markdown @ 4156:b79904446d9e

Update local repository
author Seve Ferrer <seve@delape.net>
date Mon, 28 Sep 2020 15:34:00 +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" };
}
```