view mod_readonly/README.markdown @ 4672:0b084f63fed0

mod_register_apps: Fix removal on unload (thanks ibikk) Fixes "attempt to index local 'app_info' (a number value)"
author Kim Alvefur <zash@zash.se>
date Wed, 08 Sep 2021 19:28:42 +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" };
}
```