view mod_readonly/README.markdown @ 3564:35f1dbc943d8

mod_inject_ecaps2: Add a compatibility table.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 24 Apr 2019 11:00:17 +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" };
}
```