mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 09:16:10 +01:00
Fix DOMPurify paths. Part 4.
Thanks to xet7 !
This commit is contained in:
parent
a85479f73c
commit
2119c6ab0c
4 changed files with 128 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue