mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Fix DOMPurify paths. Part 3.
Thanks to xet7 !
This commit is contained in:
parent
82ba0f9593
commit
21ba0a9606
5 changed files with 125 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
import DOMPurify from 'dompurify';
|
||||
import { sanitizeHTML, sanitizeText } from '../../lib/secureDOMPurify';
|
||||
import { sanitizeHTML, sanitizeText } from '/imports/lib/secureDOMPurify';
|
||||
import { TAPi18n } from '/imports/i18n';
|
||||
|
||||
const activitiesPerPage = 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue