Deprecate the global DOMPurify
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
89d3b2cdd3
commit
db7cd7d5d8
3 changed files with 1 additions and 1 deletions
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
|
@ -107,7 +107,7 @@ window['Clipboard'] = ClipboardJS
|
|||
window['ClipboardJS'] = ClipboardJS
|
||||
window['cssVars'] = cssVars
|
||||
window['dav'] = dav
|
||||
window['DOMPurify'] = DOMPurify
|
||||
setDeprecatedProp('DOMPurify', () => DOMPurify, 'The global DOMPurify is deprecated, ship your own')
|
||||
window['Handlebars'] = Handlebars
|
||||
window['jstimezonedetect'] = jstimezonedetect
|
||||
window['jstz'] = jstimezonedetect
|
||||
|
|
Loading…
Reference in a new issue