diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js
index 4d53733e071185a157629fb9ee372d14c246df26..cae716e71e86091693f1658eb7a6e944f51bb1c3 100644
--- a/resources/assets/javascripts/chunks/wysiwyg.js
+++ b/resources/assets/javascripts/chunks/wysiwyg.js
@@ -244,12 +244,6 @@ ClassicEditor.defaultConfig = {
     },
     link: {
         defaultProtocol: 'https://',
-        decorators: {
-            addTargetToExternalLinks: {
-                mode: 'automatic',
-                callback: url => /^(https?:)?\/\//.test( url )
-            }
-        }
     },
     language: 'de',
     htmlSupport: {