mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
Fix DOMPurify paths.
Thanks to xet7 !
This commit is contained in:
parent
573d4bf2cb
commit
90899f0928
9 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
import escapeForRegex from 'escape-string-regexp';
|
||||
import DOMPurify from 'dompurify';
|
||||
import { sanitizeText } from '/client/lib/secureDOMPurify';
|
||||
import { sanitizeText } from '../client/lib/secureDOMPurify';
|
||||
|
||||
CardComments = new Mongo.Collection('card_comments');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue