view mod_readonly/README.markdown @ 5835:9f41d2d33e3e

mod_privacy_lists: Deprecate
author Kim Alvefur <zash@zash.se>
date Mon, 12 Feb 2024 15:41:41 +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" };
}
```