papegaaij commented on a change in pull request #434: URL: https://github.com/apache/wicket/pull/434#discussion_r429758430
########## File path: wicket-core/src/main/java/org/apache/wicket/csp/CSPHeaderConfiguration.java ########## @@ -99,7 +100,8 @@ public CSPHeaderConfiguration unsafeInline() .add(CONNECT_SRC, SELF) .add(FONT_SRC, SELF) .add(MANIFEST_SRC, SELF) - .add(CHILD_SRC, SELF); + .add(CHILD_SRC, SELF) + .add(BASE_URI, SELF); Review comment: The new directive should be added to the javadoc of this method as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org