mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Wed, 19 Jun 2024 16:54:52 +0100
changeset 5928 2b80188448d1
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_cloud_notify_encrypted: Add runtime dependency on mod_cloud_notify

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```