mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Wed, 13 Jul 2022 11:20:09 +0100
changeset 5002 5ab134b7e510
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```