Software /
code /
prosody-modules
File
mod_readonly/README.markdown @ 4923:df3d521e3c39
mod_http_oauth2/README: Update Compatibility section to mention 0.12
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 11 Apr 2022 00:19:48 +0200 |
parent | 3437:ce5d1fa69ba3 |
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" }; } ```