Restore allowedContent line
We're not sure why it was removed, and we're using server-side sanitizers to remove dangerous HTML.
This commit is contained in:
@@ -12,6 +12,9 @@ CKEDITOR.editorConfig = function( config )
|
||||
config.filebrowserImageBrowseUrl = "/ckeditor/pictures";
|
||||
config.filebrowserImageUploadUrl = "/ckeditor/pictures";
|
||||
config.filebrowserUploadUrl = "/ckeditor/attachment_files";
|
||||
|
||||
config.allowedContent = true;
|
||||
|
||||
// Rails CSRF token
|
||||
config.filebrowserParams = function(){
|
||||
var csrf_token, csrf_param, meta,
|
||||
|
||||
Reference in New Issue
Block a user