diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-01-13 18:30:43 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-01-13 18:58:18 +0100 |
commit | 6a047a045a54d77bc36f7cbc70d761e5f16d5755 (patch) | |
tree | 915b90c9a1d54347a7a6f0bf51a2582e6c62da52 /settings/templates | |
parent | 4d7dee599667076c2baa0183b44adf4b4191a87a (diff) | |
download | nextcloud-server-6a047a045a54d77bc36f7cbc70d761e5f16d5755.tar.gz nextcloud-server-6a047a045a54d77bc36f7cbc70d761e5f16d5755.zip |
Apply DOMPurify over HTML
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index bd1d4a2ba77..b609777e03b 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -5,6 +5,7 @@ vendor_script( [ 'handlebars/handlebars', 'marked/marked.min', + 'DOMPurify/dist/purify.min', ] ); script( |