jhollingworth / bootstrap-wysihtml5

Simple, beautiful wysiwyg editor
http://jhollingworth.github.com/bootstrap-wysihtml5/
MIT License
4.14k stars 1.01k forks source link

Option to remove hidden value #269

Open CakeNKeyboard opened 11 years ago

CakeNKeyboard commented 11 years ago

Whilst submitting the form which uses wysihtml5 editor, (via CakePHP), it also sends across [_wysihtml5_mode] => 1 which is often caught by security component as an additional parameter and request gets black-holed.

There should an option to prevent that from happening?