Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With version 9 Wicket introduced a content security policy (CSP) active by default which prevents inline JavaScript and CSS code from been executed. If you are not planning to make your web app CSP compliant you can disable this policy using a simple line og of code during app initialization:

...