This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 511acb7 [WICKET-6872] worker-src is added to CSPDirective
511acb7 is described below
commit 511acb734bc2c13bebcb597d837be15261556e01
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Feb 28 11:01:59 2021 +0700
[WICKET-6872] worker-src is added to CSPDirective
---
wicket-core/src/main/java/org/apache/wicket/csp/CSPDirective.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/wicket-core/src/main/java/org/apache/wicket/csp/CSPDirective.java
b/wicket-core/src/main/java/org/apache/wicket/csp/CSPDirective.java
index a2cd2c2..233a377 100644
--- a/wicket-core/src/main/java/org/apache/wicket/csp/CSPDirective.java
+++ b/wicket-core/src/main/java/org/apache/wicket/csp/CSPDirective.java
@@ -43,6 +43,7 @@ public enum CSPDirective
MANIFEST_SRC("manifest-src"),
MEDIA_SRC("media-src"),
CHILD_SRC("child-src"),
+ WORKER_SRC("worker-src"),
FRAME_ANCESTORS("frame-ancestors"),
BASE_URI("base-uri"),
/**