Jump to letter: [
MNS
]
sw-nginx-module-xss - Native cross-site scripting support in NGINX
- Description:
This module adds cross-site AJAX support to NGINX.
Currently only cross-site GET is supported.
But cross-site POST will be added in the future.
The cross-site GET is currently implemented as JSONP (or "JSON with padding").
See http://en.wikipedia.org/wiki/JSON#JSONP for more details.
After installation, enable this module by running:
plesk sbin nginx_modules_ctl --enable xss
- Distro notes:
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
How to Install
# The Plesk control panel must be installed on your server.
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install yum-utils
sudo yum-config-manager --enable getpagespeed-extras-plesk
sudo yum -y install sw-nginx-module-xss
Packages