summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-14 18:26:58 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-14 18:26:58 +0100
commit256119a574fe37ba38a7aad0fd9952c9069ccfbf (patch)
tree294e564cbc7c69f1df5e0ad7a911afe03cc93d8d /data
parent8af1a39d7eb95a18a2feddc53badb458798cc0de (diff)
downloadpoezio-256119a574fe37ba38a7aad0fd9952c9069ccfbf.tar.gz
poezio-256119a574fe37ba38a7aad0fd9952c9069ccfbf.tar.bz2
poezio-256119a574fe37ba38a7aad0fd9952c9069ccfbf.tar.xz
poezio-256119a574fe37ba38a7aad0fd9952c9069ccfbf.zip
Add an option to disable CSS parsing.
Fixes #3340.
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index db8b8170..01b03e9a 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -166,6 +166,10 @@ use_bookmarks_method =
# colored text for example.
#enable_xhtml_im = true
+# If XHTML-IM is enabled, you may want to reject style parsing, to keep
+# only semantic elements formatting.
+#enable_css_parsing = true
+
# Stream Management (XEP-0198) is an extension designed to improve
# the reliability of XMPP in unreliable network conditions (such
# as mobile networks). It can however increase bandwidth usage.