Changelog note on form method limitations

See 14c59be85e.
Raised by Fara Rustein of Deloitte Argentina (CVE-2013-2653).
This commit is contained in:
Ingo Schommer 2013-08-01 15:48:26 +02:00
parent bacf0f6171
commit 97e6108fa9

View File

@ -38,6 +38,7 @@
* Support for PHP 5.4's built-in webserver
* Support for [Composer](http://getcomposer.org) dependency manager (also works with 3.0)
* Added support for filtering incoming HTML from TinyMCE (disabled by default, see [security](/topics/security))
* More secure forms by limiting HTTP submissions to GET or POST only (optional)
## Details