gplcart-module xss
Simple XSS filter with the ability to preserve some HTML tags
gplcart/xss
Simple XSS filter with the ability to preserve some HTML tags
- Saturday, March 10, 2018
- by gplcart
- Repository
- 0 Watchers
- 0 Stars
- 1 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
, (*1)
XSS filter is a GPL Cart module that intended to protect site visitors from XSS vulnerabilities. Essentially it filters out all dangerous tags and entities from HTML passed into $this->filter()
function in theme templates. Administrators can decide which tags should be kept in the filtered text., (*2)
Installation, (*3)
- Download and extract to
system/modules
manually or using composer composer require gplcart/xss
. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g -master
. Rename if needed.
- Go to
admin/module/list
end enable the module
- Adjust list of allowed tags at
admin/module/settings/xss
dev-master
9999999-dev
Simple XSS filter with the ability to preserve some HTML tags
Sources
Download
GPL-3.0-or-later
The Requires
php
ecommerce
shopping cart
gplcart
gplcart module
dev-dev
dev-dev
Simple XSS filter with the ability to preserve some HTML tags
Sources
Download
GPL-3.0-or-later
The Requires
php
ecommerce
shopping cart
gplcart
gplcart module