Merge pull request #17254 from nextcloud/fix/double_escape

Properly import DOMPurify in l10n.js
This commit is contained in:
Roeland Jago Douma 2019-09-25 11:59:31 +02:00 committed by GitHub
commit 49f1ed62a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 0 deletions

BIN
core/js/dist/login.js vendored

Binary file not shown.

Binary file not shown.

BIN
core/js/dist/main.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -10,6 +10,7 @@
import _ from 'underscore'
import $ from 'jquery'
import DOMPurify from 'dompurify'
import Handlebars from 'handlebars'
import OC from './index'