view mod_readonly/README.markdown @ 5873:a88c43de648c

mod_privilege: Fix IQ privileges advertising for multiple namespaces Before this fix, the namespaces element were wrongly nested.
author nicoco <nicoco@nicoco.fr>
date Fri, 22 Mar 2024 11:02:04 +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" };
}
```