view mod_readonly/README.markdown @ 3872:513a8a7fab41

mod_rest: Hide JSON error behind a flag It's a bit overzealous and returns JSON errors even if you ask for HTML.
author Kim Alvefur <zash@zash.se>
date Mon, 03 Feb 2020 23:09:38 +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" };
}
```