html code in editors (emacs, ckeditor...) is filtered now for normal users
(root is allowed to use any html code) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@641 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -158,6 +158,9 @@ void Config::AssignValues(bool stdout_is_closed)
|
||||
password_min_size = Size("password_min_size", 5);
|
||||
debug_info = Bool("debug_info", false);
|
||||
|
||||
editors_html_safe_mode = Bool("editors_html_safe_mode", true);
|
||||
editors_html_safe_mode_skip_root = Bool("editors_html_safe_mode_skip_root", true);
|
||||
|
||||
parser.ListText("plugins", plugin_file);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user