Source: libhtmlunit-csp-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Fab Stz
Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.6)
Build-Depends-Indep: junit5, libmaven-javadoc-plugin-java (>= 3.12.0)
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/java-team/libhtmlunit-csp-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libhtmlunit-csp-java
Homepage: https://github.com/HtmlUnit/htmlunit-csp
Package: libhtmlunit-csp-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Library for working with Content Security Policy policies
This is a general purpose library for working with Content Security Policy
policies.
.
- parse CSP policies into an easy-to-use representation
- ask questions about what a CSP policy allows or restricts
- warn about nonsensical CSP policies and deprecated or nonstandard features
.
This is the code repository of the Content Security Policy support used by
HtmlUnit.
.
The library was forked from the salvation project, which is no longer actively
maintained.
The code has been adapted to match HtmlUnit's code style rules, and support for
editing policies has been removed.
The code is being expanded, restructured and improved primarily to meet the
requirements of this project.