diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-03-16 13:47:27 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-03-16 14:17:42 +0100 |
commit | 6c8d48b0f6faac5d5b832a70d0245941a912f78b (patch) | |
tree | 205372ba1259b2b70ac6cf470bfd599127e8d6cb /settings/templates/apps.php | |
parent | 793d7d1bd75ef1e35cc29aef5ac03dc95aa248bb (diff) | |
download | nextcloud-server-6c8d48b0f6faac5d5b832a70d0245941a912f78b.tar.gz nextcloud-server-6c8d48b0f6faac5d5b832a70d0245941a912f78b.zip |
Harden t() with DOMPurify
This mitigates issues where developers pass untrusted user-input through t() which may lead to XSS issues.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 80689237e60..99d648c6284 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -5,7 +5,6 @@ vendor_script( [ 'handlebars/handlebars', 'marked/marked.min', - 'DOMPurify/dist/purify.min', ] ); script( |