@@ -8,7 +8,7 @@ This is a general purpose library for working with Content Security Policy polic
8
8
9
9
This is the code repository of the Content Security Policy support used by HtmlUnit.
10
10
11
- The library was created by forking the [ salvation] [ 5 ] project as it is apparently no longer maintained.
11
+ The library was created by forking the [ salvation] ( https://github.com/shapesecurity/salvation ) project as it is apparently no longer maintained.
12
12
For HtmlUnit, the code has been adapted to the code style rules used, and support for editing policies has been removed.
13
13
The code is being expanded, restructured and improved primarily to meet the requirements of this project.
14
14
@@ -22,7 +22,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
22
22
23
23
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
24
24
25
- ### Latest release Version 4.9 .0 / January 22, 2025
25
+ ### Latest release Version 4.10 .0 / February 22, 2025
26
26
27
27
### Maven
28
28
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
32
32
<dependency >
33
33
<groupId >org.htmlunit</groupId >
34
34
<artifactId >htmlunit-csp</artifactId >
35
- <version >4.9 .0</version >
35
+ <version >4.10 .0</version >
36
36
</dependency >
37
37
```
38
38
@@ -41,7 +41,7 @@ Add to your `pom.xml`:
41
41
Add to your ` build.gradle ` :
42
42
43
43
``` groovy
44
- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.9 .0'
44
+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.10 .0'
45
45
```
46
46
47
47
### A Note on CSP
@@ -99,7 +99,7 @@ System.out.println(policy.getFetchDirective(FetchDirectiveKind.ScriptSrc).get().
99
99
100
100
### Last CI build
101
101
The latest builds are available from our
102
- [ Jenkins CI build server] [ 2 ]
102
+ [ Jenkins CI build server] ( https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ " HtmlUnit - CSS Parser CI ")
103
103
104
104
[ ![ Build Status] ( https://jenkins.wetator.org/buildStatus/icon?job=HtmlUnit+-+CSP )] ( https://jenkins.wetator.org/job/HtmlUnit%20-%20CSP/ )
105
105
@@ -108,7 +108,7 @@ If you use maven please add:
108
108
<dependency>
109
109
<groupId>org.htmlunit</groupId>
110
110
<artifactId>htmlunit-csp</artifactId>
111
- <version>4.10 .0-SNAPSHOT</version>
111
+ <version>4.11 .0-SNAPSHOT</version>
112
112
</dependency>
113
113
114
114
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -205,7 +205,7 @@ This part is intended for committer who are packaging a release.
205
205
## Authors
206
206
207
207
* ** RBRi**
208
- * all the contributors to [ salvation] [ 6 ]
208
+ * all the contributors to [ salvation] ( https://github.com/shapesecurity/salvation )
209
209
210
210
## License
211
211
0 commit comments