view mod_readonly/README.markdown @ 3558:22587eb2d87c

mod_adhoc_dataforms_demo: Add a multi-step command demo
author Kim Alvefur <zash@zash.se>
date Sat, 06 Apr 2019 18:32:24 +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" };
}
```