2017 © Pedro Peláez
 

library 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>.

image

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>.

  • Monday, June 4, 2018
  • by tomFlidr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MvcCore - Extension - View - Helper - Write By JS

Latest Stable Version License PHP Version, (*1)

Prevent sensitive content against spam bots and convert content into JS., (*2)

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>

The Versions

04/06 2018

dev-master

9999999-dev

MvcCore Extension - View Helper - WriteByJs - prevent sensitive content against spam bots and convert content into JS `<script>document.write(String.fromCharCode(...));`</script>.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

plugin write framework extension helper javascript mvc js content spam view plug-in robots viewhelper bots ext prevent mvccore sensitive