0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 05:22:38 +00:00

Fix ID removal

This commit is contained in:
G.Ambatte
2024-04-28 01:13:12 +12:00
parent cd82db16d5
commit eb0440d36d

View File

@@ -15,7 +15,7 @@ const Frame = require('react-frame-component').default;
const dedent = require('dedent-tabs').default;
const DOMPurify = require('dompurify');
const purifyConfig = { FORCE_BODY: true, ADD_ATTR: ['style'] };
const purifyConfig = { FORCE_BODY: true, SANITIZE_DOM: false };
const Themes = require('themes/themes.json');