Source: libnginx-mod-http-xss Section: httpd Maintainer: Debian Nginx Maintainers Uploaders: Jérémy Lal , Build-Depends: debhelper-compat (= 13), dh-sequence-nginx, Standards-Version: 4.7.4 Homepage: https://github.com/openresty/xss-nginx-module Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-xss.git Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-xss Package: libnginx-mod-http-xss Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, Recommends: nginx, Description: Native cross-site scripting support in Nginx 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.