view mod_readonly/README.markdown @ 5563:a1f8cc591b66

Back out 22784f001b7f: Documentation change did not match code (thanks bronko)
author Kim Alvefur <zash@zash.se>
date Thu, 22 Jun 2023 22:00:51 +0200
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" };
}
```