view mod_readonly/README.markdown @ 3595:00a848ede42d

mod_http_muc_log: Preserve ?query part in redirect
author Kim Alvefur <zash@zash.se>
date Mon, 13 May 2019 11:13:19 +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" };
}
```