Mercurial > prosody-modules
view mod_measure_message_e2ee/README.markdown @ 5401:c8d04ac200fc
mod_http_oauth2: Reject loopback URIs as client_uri
This really should be a proper website with info, https://localhost is
not good enough. Ideally we'd validate that it's got proper DNS and is
actually reachable, but triggering HTTP or even DNS lookups seems like
it would carry abuse potential that would best to avoid.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 02 May 2023 16:20:55 +0200 |
parents | b9bd56790286 |
children |
line wrap: on
line source
--- labels: - Statistics summary: Collect statistics on message encryption --- Description =========== This module measures the rate at which text messages are exchanged, and their encryption status. ::: {.alert .alert-warning} This module can leak information about your users’ behaviour to anyone who can access these statistics, so avoid enabling it on a server with few users. :::