martin-g commented on a change in pull request #374: WICKET-6682 add CSP nonce
support: initial commit
URL: https://github.com/apache/wicket/pull/374#discussion_r303218212
##########
File path:
wicket-core/src/main/java/org/apache/wicket/settings/SecuritySettings.java
##########
@@ -243,4 +247,26 @@ public SecuritySettings setAuthenticationStrategy(final
IAuthenticationStrategy
authenticationStrategy = strategy;
return this;
}
+
+ /**
+ * Get CSP nonce strategy.
+ *
+ * @return returns the CSP nonce strategy. Null if not configured.
+ */
+ public INonceStrategy getNonceStrategy() {
Review comment:
get`Csp`NonceStrategy() ?!
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services