=== Basic Security: Prevent Cross Site Scripting ===
Contributors: giuse
Stable tag: 0.0.3
Tested up to: 6.9
Requires at least: 4.6
Tags: XSS, Cross Site Scripting, security, protection, vulnerabilities
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
It helps in preventing Cross Site Scripting (XSS) with just a few lines of code.
== Description ==
It helps in preventing Cross Site Scripting (XSS) with just a few lines of code.
Just activate it, no settings, no bloat.
It will not stop all the Cross Site Scripting injections, but with a very few lines of code you will drastically increase the security of your website without worsening the performance.
You can read more about what it does at https://josemortellaro.com/how-to-prevent-cross-site-scripting-xss/..
== Help ==
If you need help open a thread on the support forum of this plugin.
Please, before posting enable the debugging in wp-config.php. Need a step-by-step guide? Read this detailed tutorial on how to enable debugging in WordPress to learn more.
== Changelog ==
= 0.0.3 =
* Checked: WordPress v. 6.4
= 0.0.2 =
* Fix: conflict with bulk actions and image crop
= 0.0.1 =
* First release