You are here

function hook_ckeditor_filter_xss_allowed_tags in CKEditor - WYSIWYG HTML editor 6

Same name and namespace in other branches
  1. 7 ckeditor.api.php \hook_ckeditor_filter_xss_allowed_tags()

Hook to extend CKEditor security allowed tags list.

This hook is invoked from ckeditor_filter_xss() where text is filtered from potentially insecure tags.

1 invocation of hook_ckeditor_filter_xss_allowed_tags()
ckeditor_filter_xss in includes/ckeditor.page.inc
AJAX callback - XSS filter

File

./ckeditor.api.php, line 63
CKEditor - The text editor for the Internet - http://ckeditor.com Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.

Code

function hook_ckeditor_filter_xss_allowed_tags() {

  // Return an array of additional allowed tags
}