view mod_readonly/README.markdown @ 5444:0c7abc81c243

mod_auth_oauth_external: Update compatibility section with unknowns The PLAIN bits may very well work, it just needs async support
author Kim Alvefur <zash@zash.se>
date Wed, 10 May 2023 19:49:40 +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" };
}
```