papegaaij commented on issue #399: WICKET-6727: Configurable Content-Security-Policy URL: https://github.com/apache/wicket/pull/399#issuecomment-578047350 I just noticed a problem with using a different nonce for every response. strict-dynamic only works for scripts and not for stylesheets. This means that a nonced script can load other scripts, but it cannot load additional css. Threfore, I decided to bind the nonce to a page and use the same nonce throughout the lifetime of the page. In addition, I'm working on reporting CSP violation back to the application and log them.
---------------------------------------------------------------- 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 With regards, Apache Git Services