Software /
code /
prosody-modules
Comparison
mod_xhtmlim/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 3699:mod_xhtmlim/README.markdown@1f68287138e3 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
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` |