view mod_readonly/README.markdown @ 4172:740ca44eba06

mod_invites_page: Always display web clients regardless of detected platform
author Matthew Wild <mwild1@gmail.com>
date Tue, 06 Oct 2020 16:04:31 +0100
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" };
}
```