mvccore/ext-view-helper-writebyjs
Composer 安装命令:
composer require mvccore/ext-view-helper-writebyjs
包简介
MvcCore - Extension - View - Helper - WriteByJs - prevent sensitive content against spam bots and convert content into JS `<script>document.write(String.fromCharCode(...));`</script>.
关键字:
README 文档
README
Prevent sensitive content against spam bots and convert content into JS.
Installation
composer require mvccore/ext-view-helper-writebyjs
Example
Sensitive content to prevent:
<a href="mailto:info@example.com">info@example.com</a>
Rendered output:
<script> document.write(String.fromCharCode( 60,97,32,104,114,101,102,61,34,109,97,105,108,116,111,58,105,110, 102,111,64,101,120,97,109,112,108,101,46,99,111,109,34,62,105,110, 102,111,64,101,120,97,109,112,108,101,46,99,111,109,60,47,97,62 )); </script>
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-05-04