view mod_readonly/README.markdown @ 5885:54b451c3790c

mod_pubsub_serverinfo: Fix for compatibility with 0.12 option getters
author Matthew Wild <mwild1@gmail.com>
date Tue, 16 Apr 2024 12:58:08 +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" };
}
```