=== Basic Security: Prevent Cross Site Scripting === Contributors: giuse Stable tag: 0.0.1 Tested up to: 5.9 Requires at least: 4.6 Tags: XSS, Cross Site Scripting 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/..