Fix DOMPurify paths. Part 4.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-11 01:23:18 +03:00
parent a85479f73c
commit 2119c6ab0c
4 changed files with 128 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import DOMPurify from 'dompurify';
import { getSecureDOMPurifyConfig } from '/imports/lib/secureDOMPurify';
import { getSecureDOMPurifyConfig } from './secureDOMPurify';
var Markdown = require('markdown-it')({
html: true,