view mod_readonly/README.markdown @ 4891:99cdc7cde150

mod_conversejs: Revert back to depending on mod_bookmarks
author Kim Alvefur <zash@zash.se>
date Wed, 09 Feb 2022 18:16:33 +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" };
}
```