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 /core/vendor/.gitignore | |
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 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 25c4986898f..19bd084f76e 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -165,3 +165,10 @@ marked/doc marked/index.js marked/lib marked/man + +# DOMPurity +DOMPurify/** +!DOMPurify/dist +!DOMPurify/dist/purify.min.js +!DOMPurify/.bower.json +!DOMPurify/LICENSE
\ No newline at end of file |