mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
7 lines
184 B
JavaScript
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;
|