Software /
code /
prosody-modules
Comparison
mod_xhtmlim/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6003:fe081789f7b5 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
1 Introduction | |
2 ============ | |
3 | |
4 This module attempts to sanitize XHTML-IM messages. | |
5 | |
6 It does **not** attempt to sanitize any CSS embedded in `style` | |
7 attributes, these are instead stripped by default. | |
8 | |
9 Configuration | |
10 ============= | |
11 | |
12 Option Type Default | |
13 ------------------------ --------- --------- | |
14 `strip_xhtml_style` boolean `true` | |
15 `bounce_invalid_xhtml` boolean `false` |