Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5258:9629971e307f
mod_http_oauth2: Fix userinfo status code off-by-one
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Mar 2023 19:59:32 +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" }; } ```