Skip to content

Version 1.2.3.0

Compare
Choose a tag to compare
@kjac kjac released this 29 Sep 06:16
· 101 commits to master since this release

News in this version:

  • Protection against cross-site request forgery (CSRF)

If you have created your own form rendering instead of using one of the built-in ones, you need to add CSRF handling to your rendering. An anti forgery token must be part of the submitted form (or the request headers for async form submission). Have a look at the changes made to the Sync, Async or NoScript rendering and adjust your own rendering accordingly.

Umbraco package attached.