aboutsummaryrefslogtreecommitdiff
path: root/release/samples/old/datafiltering.html
diff options
context:
space:
mode:
Diffstat (limited to 'release/samples/old/datafiltering.html')
-rw-r--r--release/samples/old/datafiltering.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/samples/old/datafiltering.html b/release/samples/old/datafiltering.html
index f5f31f8..637c17b 100644
--- a/release/samples/old/datafiltering.html
+++ b/release/samples/old/datafiltering.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -399,7 +399,7 @@ CKEDITOR.replace( 'editor4', {
399 <div class="description"> 399 <div class="description">
400 <p> 400 <p>
401 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>. 401 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
402 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank"> 402 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" rel="noopener noreferrer" target="_blank">
403 Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes. 403 Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes.
404 </p> 404 </p>
405 405
@@ -454,7 +454,7 @@ CKEDITOR.replace( 'editor6', {
454 <div class="description"> 454 <div class="description">
455 <p> 455 <p>
456 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>. 456 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
457 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank"> 457 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" rel="noopener noreferrer" target="_blank">
458 Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags, 458 Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags,
459 while allowing all other tags. 459 while allowing all other tags.
460 </p> 460 </p>
@@ -500,7 +500,7 @@ CKEDITOR.replace( 'editor7', {
500 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 500 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
501 </p> 501 </p>
502 <p id="copy"> 502 <p id="copy">
503 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 503 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
504 Knabben. All rights reserved. 504 Knabben. All rights reserved.
505 </p> 505 </p>
506 </div> 506 </div>