File

mod_readonly/README.md @ 6148:c90aab23fb9b

mod_persisthosts: Also skip defined Components (thanks gtech1) Thought Components also had `defined=true`, but apparently not.
author Kim Alvefur <zash@zash.se>
date Sat, 11 Jan 2025 12:12:18 +0100
parent 6003:fe081789f7b5
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" };
}
```