view mod_readonly/README.md @ 6470:61428a339079

mod_support_contact/README.md: update Compability
author Menel <menel@snikket.de>
date Sun, 15 Mar 2026 13:08:03 +0100
parents fe081789f7b5
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" };
}
```