view mod_readonly/README.markdown @ 4206:432e948cd50e

mod_conversejs: Tweak wording Unqualified "It" read weirdly
author Kim Alvefur <zash@zash.se>
date Thu, 15 Oct 2020 19:48: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" };
}
```