view mod_readonly/README.markdown @ 4701:efdc3e4dc5df

mod_tweet_data: Return when no tweet data returned Can happen when a tweet is protected by its author.
author JC Brand <jc@opkode.com>
date Fri, 01 Oct 2021 16:58:37 +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" };
}
```