From 5647790cfb430b32f6775e2a6934dc2256a386ab Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Thu, 24 May 2018 15:20:02 +0800 Subject: [PATCH] fix(README): issue #137 xss.js URL --- README.md | 6 ++++-- README.zh.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d9badb..0fec62f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ console.log(html); Shim mode (reference file `test/test.html`): ```html - + ``` +**Notes: please don't use the URL https://rawgit.com/leizongmin/js-xss/master/dist/xss.js in production environment.** + ## Command Line Tool ### Process File diff --git a/README.zh.md b/README.zh.md index 3e70a72..d73d4f7 100644 --- a/README.zh.md +++ b/README.zh.md @@ -90,7 +90,7 @@ console.log(html); Shim 模式(参考文件 `test/test.html`): ```html - + ``` +**说明:请勿将 URL https://rawgit.com/leizongmin/js-xss/master/dist/xss.js 用于生产环境。** + ### 使用命令行工具来对文件进行 XSS 处理 ### 处理文件