view mod_readonly/README.markdown @ 3555:78d4e631bc5f

mod_adhoc_dataforms_demo: Remove extra 'fixed' field
author Kim Alvefur <zash@zash.se>
date Sat, 06 Apr 2019 18:04:29 +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" };
}
```