jar

com.joehxblog : spring-content-security-policy

Maven & Gradle

May 12, 2023
2 stars

com.joehxblog:spring-content-security-policy · A Content Security Policy builder and bean to help secure Spring applications.

Table Of Contents

Latest Version

Download com.joehxblog : spring-content-security-policy JAR file - Latest Versions:

All Versions

Download com.joehxblog : spring-content-security-policy JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-content-security-policy-0.6.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.joehxblog.spring.csp.value

├─ com.joehxblog.spring.csp.value.CustomValue.class - [JAR]

├─ com.joehxblog.spring.csp.value.KeywordValue.class - [JAR]

├─ com.joehxblog.spring.csp.value.UnsafeKeywordValue.class - [JAR]

├─ com.joehxblog.spring.csp.value.Value.class - [JAR]

com.joehxblog.spring.csp

├─ com.joehxblog.spring.csp.ContentSecurityPolicy.class - [JAR]

├─ com.joehxblog.spring.csp.ContentSecurityPolicyBuilder.class - [JAR]

com.joehxblog.spring.csp.directive

├─ com.joehxblog.spring.csp.directive.CustomDirective.class - [JAR]

├─ com.joehxblog.spring.csp.directive.Directive.class - [JAR]

├─ com.joehxblog.spring.csp.directive.DocumentDirective.class - [JAR]

├─ com.joehxblog.spring.csp.directive.FetchDirective.class - [JAR]

├─ com.joehxblog.spring.csp.directive.NavigationDirective.class - [JAR]