Files
talk/plugins/talk-plugin-rte/server/config.js
T
2018-02-23 12:29:30 -03:00

7 lines
184 B
JavaScript

const config = {
// Super strict rules to make sure users only submit the tags they are allowed
dompurify: { ALLOWED_TAGS: ['b', 'i', 'blockquote'] },
};
module.exports = config;