mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
ngx-xss[1] is an NGINX module that adds support for "native cross-site scripting". [1]: https://github.com/openresty/xss-nginx-module Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@gentoo.org>
22 lines
834 B
XML
22 lines
834 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>zurabid2016@gmail.com</email>
|
|
<name>Zurab Kvachadze</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
ngx-xss adds native cross-site scripting support to NGINX. This module adds cross-site AJAX
|
|
support to nginx. Currently only cross-site GET is supported. The cross-site GET is
|
|
implemented as JSONP (or "JSON with padding").
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/openresty/xss-nginx-module/issues</bugs-to>
|
|
<remote-id type="github">openresty/xss-nginx-module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|