diff --git a/includes/ckeditor.lib.inc b/includes/ckeditor.lib.inc index a28c439..ab8a158 100644 --- a/includes/ckeditor.lib.inc +++ b/includes/ckeditor.lib.inc @@ -1509,6 +1509,13 @@ function ckeditor_security_filters() { 'weight' => 0, 'installed' => FALSE, 'filters' => array() + ), + 'media' => array( + 'title' => 'Media tag filter', + 'project_page' => 'http://drupal.org/project/media', + 'weight' => 0, + 'installed' => FALSE, + 'filters' => array() ) );