From 5098ab2cf7afdecb296fa51267adacaf25d517ff Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Tue, 15 Aug 2017 09:14:51 +0200
Subject: [PATCH] =?UTF-8?q?feat:=20Google=20Ads=20werden=20nicht=20mehr=20?=
 =?UTF-8?q?gel=C3=B6scht=20->=20protectedSource=20ins?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/Editor.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/Editor.js b/bin/Editor.js
index 01d1c60..79f74c5 100644
--- a/bin/Editor.js
+++ b/bin/Editor.js
@@ -256,7 +256,8 @@ define('package/quiqqer/ckeditor4/bin/Editor', [
                     width                    : width,
                     toolbar                  : toolbar,
                     allowedContent           : true,
-                    extraAllowedContent      : 'div(*)[*]{*}; iframe(*)[*]{*}; img(*)[*]{*}; script(*)[*]{*}',
+                    extraAllowedContent      : 'div(*)[*]{*}; iframe(*)[*]{*}; img(*)[*]{*}; script(*)[*]{*}; ins(*)[*]{*}',
+                    protectedSource          : [/<ins[\s|\S]+?<\/ins>/g],
                     stylesSet                : styles,
                     contentsCss              : data.cssFiles || [],
                     bodyClass                : data.bodyClass,
-- 
GitLab