Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5224:cd5cf4cc6304
mod_http_oauth2: Fail early when no authorization header present
Fixes traceback.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 07 Mar 2023 15:31:19 +0000 |
| 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" }; } ```
