This is an automated email from the ASF dual-hosted git repository. svenmeier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 0a1c335 WICKET-6701 configurable content disposition new a1a53a9 WICKET-6682 CSP must use 'strict-dynamic' new 5d99df3 WICKET-6682 remove meta based on 'http-equiv' too The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../wicket/ajax/res/js/wicket-ajax-jquery.js | 8 +++++-- .../markup/head/filter/CspNonceHeaderResponse.java | 4 ++-- .../markup/head/filter/CspNoncePageExpected.html | 2 +- .../apache/wicket/examples/csp/NonceDemoPage.html | 2 ++ .../apache/wicket/examples/csp/NonceDemoPage.java | 28 ++++++++++++++++++++++ .../apache/wicket/examples/csp/delayedVisible.css | 7 ++++++ .../apache/wicket/examples/csp/delayedVisible.js | 3 +++ 7 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.css create mode 100644 wicket-examples/src/main/java/org/apache/wicket/examples/csp/delayedVisible.js